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' : ''">
EM QUAD
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+2001 | |
| decimal | 8193 | |
| htmldecimal |   | |
| htmlhex |   | |
| css | \2001 | |
| javascript | \u{2001} | |
| python | \u2001 | |
| java | \u2001 | |
| go | \u2001 | |
| ruby | \u{2001} | |
| rust | \u{2001} | |
| ccpp | \u2001 | |
| urlencoded | %E2%80%81 | |
| utf8bytes | e2 80 81 | |
| utf16bebytes | 20 01 | |
| utf32bebytes | 00 00 20 01 |
Cómo usar
HTML:
 
CSS:
content: "\2001"
JavaScript:
"\u{2001}"
Python:
"\u2001"
Propiedades
- Bloque
- General Punctuation
- Escritura
- Zyyy
- Categoría
- Space Separator (Zs)
- Bidireccional
- WS
- Combinatorio
- 0
- Espejado
- No
- Descomposición
- 2003