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+0D8C | |
| decimal | 3468 | |
| htmldecimal | ඌ | |
| htmlhex | ඌ | |
| css | \0D8C | |
| javascript | \u{D8C} | |
| python | \u0d8c | |
| java | \u0D8C | |
| go | \u0D8C | |
| ruby | \u{D8C} | |
| rust | \u{D8C} | |
| ccpp | \u0d8c | |
| urlencoded | %E0%B6%8C | |
| utf8bytes | e0 b6 8c | |
| utf16bebytes | 0d 8c | |
| utf32bebytes | 00 00 0d 8c |
วิธีการใช้งาน
HTML:
ඌ
CSS:
content: "\0D8C"
JavaScript:
"\u{D8C}"
Python:
"\u0d8c"