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' : ''">
‡
DOUBLE DAGGER
Tabela de Codificação
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+2021 | |
| decimal | 8225 | |
| htmldecimal | ‡ | |
| htmlhex | ‡ | |
| css | \2021 | |
| javascript | \u{2021} | |
| python | \u2021 | |
| java | \u2021 | |
| go | \u2021 | |
| ruby | \u{2021} | |
| rust | \u{2021} | |
| ccpp | \u2021 | |
| urlencoded | %E2%80%A1 | |
| utf8bytes | e2 80 a1 | |
| utf16bebytes | 20 21 | |
| utf32bebytes | 00 00 20 21 | |
| htmlentity | ‡ |
Como Usar
HTML:
‡
ou
‡
CSS:
content: "\2021"
JavaScript:
"\u{2021}"
Python:
"\u2021"
Propriedades
- Bloco
- General Punctuation
- Script
- Zyyy
- Categoria
- Other Punctuation (Po)
- Bidirecional
- ON
- Combinando
- 0
- Espelhado
- Não