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+0E0B | |
| decimal | 3595 | |
| htmldecimal | ซ | |
| htmlhex | ซ | |
| css | \0E0B | |
| javascript | \u{E0B} | |
| python | \u0e0b | |
| java | \u0E0B | |
| go | \u0E0B | |
| ruby | \u{E0B} | |
| rust | \u{E0B} | |
| ccpp | \u0e0b | |
| urlencoded | %E0%B8%8B | |
| utf8bytes | e0 b8 8b | |
| utf16bebytes | 0e 0b | |
| utf32bebytes | 00 00 0e 0b |
How to Use
HTML:
ซ
CSS:
content: "\0E0B"
JavaScript:
"\u{E0B}"
Python:
"\u0e0b"