copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('\u003B'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
;
SEMICOLON
Tabela de Codificação
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+003B | |
| decimal | 59 | |
| htmldecimal | ; | |
| htmlhex | ; | |
| css | \003B | |
| javascript | \u{3B} | |
| python | \u003b | |
| java | \u003B | |
| go | \u003B | |
| ruby | \u{3B} | |
| rust | \u{3B} | |
| ccpp | \u003b | |
| urlencoded | %3B | |
| utf8bytes | 3b | |
| utf16bebytes | 00 3b | |
| utf32bebytes | 00 00 00 3b |
Como Usar
HTML:
;
CSS:
content: "\003B"
JavaScript:
"\u{3B}"
Python:
"\u003b"
Propriedades
- Bloco
- Basic Latin
- Script
- Zyyy
- Categoria
- Other Punctuation (Po)
- Bidirecional
- ON
- Combinando
- 0
- Espelhado
- Não