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+0DE6 | |
| decimal | 3558 | |
| htmldecimal | ෦ | |
| htmlhex | ෦ | |
| css | \0DE6 | |
| javascript | \u{DE6} | |
| python | \u0de6 | |
| java | \u0DE6 | |
| go | \u0DE6 | |
| ruby | \u{DE6} | |
| rust | \u{DE6} | |
| ccpp | \u0de6 | |
| urlencoded | %E0%B7%A6 | |
| utf8bytes | e0 b7 a6 | |
| utf16bebytes | 0d e6 | |
| utf32bebytes | 00 00 0d e6 |
วิธีการใช้งาน
HTML:
෦
CSS:
content: "\0DE6"
JavaScript:
"\u{DE6}"
Python:
"\u0de6"