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+0EB5 | |
| decimal | 3765 | |
| htmldecimal | ີ | |
| htmlhex | ີ | |
| css | \0EB5 | |
| javascript | \u{EB5} | |
| python | \u0eb5 | |
| java | \u0EB5 | |
| go | \u0EB5 | |
| ruby | \u{EB5} | |
| rust | \u{EB5} | |
| ccpp | \u0eb5 | |
| urlencoded | %E0%BA%B5 | |
| utf8bytes | e0 ba b5 | |
| utf16bebytes | 0e b5 | |
| utf32bebytes | 00 00 0e b5 |
Comment utiliser
HTML:
ີ
CSS:
content: "\0EB5"
JavaScript:
"\u{EB5}"
Python:
"\u0eb5"