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' : ''">
ძ
Tableau d'encodage
| Format | Valeur | Copier |
|---|---|---|
| unicode | U+10EB | |
| decimal | 4331 | |
| htmldecimal | ძ | |
| htmlhex | ძ | |
| css | \10EB | |
| javascript | \u{10EB} | |
| python | \u10eb | |
| java | \u10EB | |
| go | \u10EB | |
| ruby | \u{10EB} | |
| rust | \u{10EB} | |
| ccpp | \u10eb | |
| urlencoded | %E1%83%AB | |
| utf8bytes | e1 83 ab | |
| utf16bebytes | 10 eb | |
| utf32bebytes | 00 00 10 eb |
Comment utiliser
HTML:
ძ
CSS:
content: "\10EB"
JavaScript:
"\u{10EB}"
Python:
"\u10eb"