copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText(' '); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
EN SPACE
Overview
(EN SPACE) is the Unicode character at code point U+2002. It belongs to the General Punctuation block, in the Space Separator (Zs) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2002 | |
| decimal | 8194 | |
| htmldecimal |   | |
| htmlhex |   | |
| css | \2002 | |
| javascript | \u{2002} | |
| python | \u2002 | |
| java | \u2002 | |
| go | \u2002 | |
| ruby | \u{2002} | |
| rust | \u{2002} | |
| ccpp | \u2002 | |
| urlencoded | %E2%80%82 | |
| utf8bytes | e2 80 82 | |
| utf16bebytes | 20 02 | |
| utf32bebytes | 00 00 20 02 |
How to Use
HTML:
 
CSS:
content: "\2002"
JavaScript:
"\u{2002}"
Python:
"\u2002"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Space Separator (Zs)
- Bidirectional
- WS
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 0020
Compare
Frequently Asked Questions
What is the character (EN SPACE)?
(EN SPACE) is the Unicode character U+2002.
What is the Unicode codepoint of EN SPACE?
The EN SPACE character ( ) has codepoint U+2002.
How do I type or copy EN SPACE?
Copy directly, or use the HTML entity, UTF-8, and code encodings shown on this page.