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+122D | |
| decimal | 4653 | |
| htmldecimal | ር | |
| htmlhex | ር | |
| css | \122D | |
| javascript | \u{122D} | |
| python | \u122d | |
| java | \u122D | |
| go | \u122D | |
| ruby | \u{122D} | |
| rust | \u{122D} | |
| ccpp | \u122d | |
| urlencoded | %E1%88%AD | |
| utf8bytes | e1 88 ad | |
| utf16bebytes | 12 2d | |
| utf32bebytes | 00 00 12 2d |
วิธีการใช้งาน
HTML:
ር
CSS:
content: "\122D"
JavaScript:
"\u{122D}"
Python:
"\u122d"