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+0EB3 | |
| decimal | 3763 | |
| htmldecimal | ຳ | |
| htmlhex | ຳ | |
| css | \0EB3 | |
| javascript | \u{EB3} | |
| python | \u0eb3 | |
| java | \u0EB3 | |
| go | \u0EB3 | |
| ruby | \u{EB3} | |
| rust | \u{EB3} | |
| ccpp | \u0eb3 | |
| urlencoded | %E0%BA%B3 | |
| utf8bytes | e0 ba b3 | |
| utf16bebytes | 0e b3 | |
| utf32bebytes | 00 00 0e b3 |
วิธีการใช้งาน
HTML:
ຳ
CSS:
content: "\0EB3"
JavaScript:
"\u{EB3}"
Python:
"\u0eb3"