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' : ''">
ź
LATIN SMALL LETTER Z WITH ACUTE
Tabela de Codificação
| Formato | Valor | Copiar |
|---|---|---|
| unicode | U+017A | |
| decimal | 378 | |
| htmldecimal | ź | |
| htmlhex | ź | |
| css | \017A | |
| javascript | \u{17A} | |
| python | \u017a | |
| java | \u017A | |
| go | \u017A | |
| ruby | \u{17A} | |
| rust | \u{17A} | |
| ccpp | \u017a | |
| urlencoded | %C5%BA | |
| utf8bytes | c5 ba | |
| utf16bebytes | 01 7a | |
| utf32bebytes | 00 00 01 7a |
Como Usar
HTML:
ź
CSS:
content: "\017A"
JavaScript:
"\u{17A}"
Python:
"\u017a"
Propriedades
- Bloco
- Latin Extended-A
- Script
- Latn
- Categoria
- Lowercase Letter (Ll)
- Bidirecional
- L
- Combinando
- 0
- Espelhado
- Não
- Decomposição
- 007A 0301