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' : ''">
ເ
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0EC0 | |
| decimal | 3776 | |
| htmldecimal | ເ | |
| htmlhex | ເ | |
| css | \0EC0 | |
| javascript | \u{EC0} | |
| python | \u0ec0 | |
| java | \u0EC0 | |
| go | \u0EC0 | |
| ruby | \u{EC0} | |
| rust | \u{EC0} | |
| ccpp | \u0ec0 | |
| urlencoded | %E0%BB%80 | |
| utf8bytes | e0 bb 80 | |
| utf16bebytes | 0e c0 | |
| utf32bebytes | 00 00 0e c0 |
How to Use
HTML:
ເ
CSS:
content: "\0EC0"
JavaScript:
"\u{EC0}"
Python:
"\u0ec0"