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+0ECE | |
| decimal | 3790 | |
| htmldecimal | ໎ | |
| htmlhex | ໎ | |
| css | \0ECE | |
| javascript | \u{ECE} | |
| python | \u0ece | |
| java | \u0ECE | |
| go | \u0ECE | |
| ruby | \u{ECE} | |
| rust | \u{ECE} | |
| ccpp | \u0ece | |
| urlencoded | %E0%BB%8E | |
| utf8bytes | e0 bb 8e | |
| utf16bebytes | 0e ce | |
| utf32bebytes | 00 00 0e ce |
วิธีการใช้งาน
HTML:
໎
CSS:
content: "\0ECE"
JavaScript:
"\u{ECE}"
Python:
"\u0ece"