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+17E8 | |
| decimal | 6120 | |
| htmldecimal | ៨ | |
| htmlhex | ៨ | |
| css | \17E8 | |
| javascript | \u{17E8} | |
| python | \u17e8 | |
| java | \u17E8 | |
| go | \u17E8 | |
| ruby | \u{17E8} | |
| rust | \u{17E8} | |
| ccpp | \u17e8 | |
| urlencoded | %E1%9F%A8 | |
| utf8bytes | e1 9f a8 | |
| utf16bebytes | 17 e8 | |
| utf32bebytes | 00 00 17 e8 |
วิธีการใช้งาน
HTML:
៨
CSS:
content: "\17E8"
JavaScript:
"\u{17E8}"
Python:
"\u17e8"