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' : ''">
…
HORIZONTAL ELLIPSIS
Tabla de codificación
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+2026 | |
| decimal | 8230 | |
| htmldecimal | … | |
| htmlhex | … | |
| css | \2026 | |
| javascript | \u{2026} | |
| python | \u2026 | |
| java | \u2026 | |
| go | \u2026 | |
| ruby | \u{2026} | |
| rust | \u{2026} | |
| ccpp | \u2026 | |
| urlencoded | %E2%80%A6 | |
| utf8bytes | e2 80 a6 | |
| utf16bebytes | 20 26 | |
| utf32bebytes | 00 00 20 26 | |
| htmlentity | … |
Cómo usar
HTML:
…
o
…
CSS:
content: "\2026"
JavaScript:
"\u{2026}"
Python:
"\u2026"
Propiedades
- Bloque
- General Punctuation
- Escritura
- Zyyy
- Categoría
- Other Punctuation (Po)
- Bidireccional
- ON
- Combinatorio
- 0
- Espejado
- No
- Descomposición
- <compat> 002E 002E 002E