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' : ''">
থ
ตารางการเข้ารหัส
| รูปแบบ | ค่า | คัดลอก |
|---|---|---|
| unicode | U+09A5 | |
| decimal | 2469 | |
| htmldecimal | থ | |
| htmlhex | থ | |
| css | \09A5 | |
| javascript | \u{9A5} | |
| python | \u09a5 | |
| java | \u09A5 | |
| go | \u09A5 | |
| ruby | \u{9A5} | |
| rust | \u{9A5} | |
| ccpp | \u09a5 | |
| urlencoded | %E0%A6%A5 | |
| utf8bytes | e0 a6 a5 | |
| utf16bebytes | 09 a5 | |
| utf32bebytes | 00 00 09 a5 |
วิธีการใช้งาน
HTML:
থ
CSS:
content: "\09A5"
JavaScript:
"\u{9A5}"
Python:
"\u09a5"