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+0EC9 | |
| decimal | 3785 | |
| htmldecimal | ້ | |
| htmlhex | ້ | |
| css | \0EC9 | |
| javascript | \u{EC9} | |
| python | \u0ec9 | |
| java | \u0EC9 | |
| go | \u0EC9 | |
| ruby | \u{EC9} | |
| rust | \u{EC9} | |
| ccpp | \u0ec9 | |
| urlencoded | %E0%BB%89 | |
| utf8bytes | e0 bb 89 | |
| utf16bebytes | 0e c9 | |
| utf32bebytes | 00 00 0e c9 |
วิธีการใช้งาน
HTML:
້
CSS:
content: "\0EC9"
JavaScript:
"\u{EC9}"
Python:
"\u0ec9"