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 DASH
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+2014 | |
| decimal | 8212 | |
| htmldecimal | — | |
| htmlhex | — | |
| css | \2014 | |
| javascript | \u{2014} | |
| python | \u2014 | |
| java | \u2014 | |
| go | \u2014 | |
| ruby | \u{2014} | |
| rust | \u{2014} | |
| ccpp | \u2014 | |
| urlencoded | %E2%80%94 | |
| utf8bytes | e2 80 94 | |
| utf16bebytes | 20 14 | |
| utf32bebytes | 00 00 20 14 | |
| htmlentity | — |
Cómo usar
HTML:
—
o
—
CSS:
content: "\2014"
JavaScript:
"\u{2014}"
Python:
"\u2014"
Propiedades
- Bloque
- General Punctuation
- Escritura
- Zyyy
- Categoría
- Dash Punctuation (Pd)
- Bidireccional
- ON
- Combinatorio
- 0
- Espejado
- No