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' : ''">
HAIR SPACE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+200A | |
| decimal | 8202 | |
| htmldecimal |   | |
| htmlhex |   | |
| css | \200A | |
| javascript | \u{200A} | |
| python | \u200a | |
| java | \u200A | |
| go | \u200A | |
| ruby | \u{200A} | |
| rust | \u{200A} | |
| ccpp | \u200a | |
| urlencoded | %E2%80%8A | |
| utf8bytes | e2 80 8a | |
| utf16bebytes | 20 0a | |
| utf32bebytes | 00 00 20 0a |
How to Use
HTML:
 
CSS:
content: "\200A"
JavaScript:
"\u{200A}"
Python:
"\u200a"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Space Separator (Zs)
- Bidirectional
- WS
- Combining
- 0
- Mirrored
- No
- Decomposition
- <compat> 0020