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
Tabela de Codificação
| 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 | … |
Como Usar
HTML:
…
ou
…
CSS:
content: "\2026"
JavaScript:
"\u{2026}"
Python:
"\u2026"
Propriedades
- Bloco
- General Punctuation
- Script
- Zyyy
- Categoria
- Other Punctuation (Po)
- Bidirecional
- ON
- Combinando
- 0
- Espelhado
- Não
- Decomposição
- <compat> 002E 002E 002E