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' : ''">
NO-BREAK SPACE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00A0 | |
| decimal | 160 | |
| htmldecimal |   | |
| htmlhex |   | |
| css | \00A0 | |
| javascript | \u{A0} | |
| python | \u00a0 | |
| java | \u00A0 | |
| go | \u00A0 | |
| ruby | \u{A0} | |
| rust | \u{A0} | |
| ccpp | \u00a0 | |
| urlencoded | %C2%A0 | |
| utf8bytes | c2 a0 | |
| utf16bebytes | 00 a0 | |
| utf32bebytes | 00 00 00 a0 | |
| htmlentity | |
How to Use
HTML:
 
or
CSS:
content: "\00A0"
JavaScript:
"\u{A0}"
Python:
"\u00a0"
Properties
- Block
- Latin-1 Supplement
- Script
- Zyyy
- Category
- Space Separator (Zs)
- Bidirectional
- CS
- Combining
- 0
- Mirrored
- No
- Decomposition
- <noBreak> 0020