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+0E0C | |
| decimal | 3596 | |
| htmldecimal | ฌ | |
| htmlhex | ฌ | |
| css | \0E0C | |
| javascript | \u{E0C} | |
| python | \u0e0c | |
| java | \u0E0C | |
| go | \u0E0C | |
| ruby | \u{E0C} | |
| rust | \u{E0C} | |
| ccpp | \u0e0c | |
| urlencoded | %E0%B8%8C | |
| utf8bytes | e0 b8 8c | |
| utf16bebytes | 0e 0c | |
| utf32bebytes | 00 00 0e 0c |
Comment utiliser
HTML:
ฌ
CSS:
content: "\0E0C"
JavaScript:
"\u{E0C}"
Python:
"\u0e0c"