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+0E29 | |
| decimal | 3625 | |
| htmldecimal | ษ | |
| htmlhex | ษ | |
| css | \0E29 | |
| javascript | \u{E29} | |
| python | \u0e29 | |
| java | \u0E29 | |
| go | \u0E29 | |
| ruby | \u{E29} | |
| rust | \u{E29} | |
| ccpp | \u0e29 | |
| urlencoded | %E0%B8%A9 | |
| utf8bytes | e0 b8 a9 | |
| utf16bebytes | 0e 29 | |
| utf32bebytes | 00 00 0e 29 |
วิธีการใช้งาน
HTML:
ษ
CSS:
content: "\0E29"
JavaScript:
"\u{E29}"
Python:
"\u0e29"