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+0EAE | |
| decimal | 3758 | |
| htmldecimal | ຮ | |
| htmlhex | ຮ | |
| css | \0EAE | |
| javascript | \u{EAE} | |
| python | \u0eae | |
| java | \u0EAE | |
| go | \u0EAE | |
| ruby | \u{EAE} | |
| rust | \u{EAE} | |
| ccpp | \u0eae | |
| urlencoded | %E0%BA%AE | |
| utf8bytes | e0 ba ae | |
| utf16bebytes | 0e ae | |
| utf32bebytes | 00 00 0e ae |
How to Use
HTML:
ຮ
CSS:
content: "\0EAE"
JavaScript:
"\u{EAE}"
Python:
"\u0eae"