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+17AD | |
| decimal | 6061 | |
| htmldecimal | ឭ | |
| htmlhex | ឭ | |
| css | \17AD | |
| javascript | \u{17AD} | |
| python | \u17ad | |
| java | \u17AD | |
| go | \u17AD | |
| ruby | \u{17AD} | |
| rust | \u{17AD} | |
| ccpp | \u17ad | |
| urlencoded | %E1%9E%AD | |
| utf8bytes | e1 9e ad | |
| utf16bebytes | 17 ad | |
| utf32bebytes | 00 00 17 ad |
วิธีการใช้งาน
HTML:
ឭ
CSS:
content: "\17AD"
JavaScript:
"\u{17AD}"
Python:
"\u17ad"