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+17E2 | |
| decimal | 6114 | |
| htmldecimal | ២ | |
| htmlhex | ២ | |
| css | \17E2 | |
| javascript | \u{17E2} | |
| python | \u17e2 | |
| java | \u17E2 | |
| go | \u17E2 | |
| ruby | \u{17E2} | |
| rust | \u{17E2} | |
| ccpp | \u17e2 | |
| urlencoded | %E1%9F%A2 | |
| utf8bytes | e1 9f a2 | |
| utf16bebytes | 17 e2 | |
| utf32bebytes | 00 00 17 e2 |
วิธีการใช้งาน
HTML:
២
CSS:
content: "\17E2"
JavaScript:
"\u{17E2}"
Python:
"\u17e2"