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' : ''">
THIN SPACE
Tabela de Codificação
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+2009 | |
| decimal | 8201 | |
| htmldecimal |   | |
| htmlhex |   | |
| css | \2009 | |
| javascript | \u{2009} | |
| python | \u2009 | |
| java | \u2009 | |
| go | \u2009 | |
| ruby | \u{2009} | |
| rust | \u{2009} | |
| ccpp | \u2009 | |
| urlencoded | %E2%80%89 | |
| utf8bytes | e2 80 89 | |
| utf16bebytes | 20 09 | |
| utf32bebytes | 00 00 20 09 |
Como Usar
HTML:
 
CSS:
content: "\2009"
JavaScript:
"\u{2009}"
Python:
"\u2009"
Propriedades
- Bloco
- General Punctuation
- Script
- Zyyy
- Categoria
- Space Separator (Zs)
- Bidirecional
- WS
- Combinando
- 0
- Espelhado
- Não
- Decomposição
- <compat> 0020