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+07DE | |
| decimal | 2014 | |
| htmldecimal | ߞ | |
| htmlhex | ߞ | |
| css | \07DE | |
| javascript | \u{7DE} | |
| python | \u07de | |
| java | \u07DE | |
| go | \u07DE | |
| ruby | \u{7DE} | |
| rust | \u{7DE} | |
| ccpp | \u07de | |
| urlencoded | %DF%9E | |
| utf8bytes | df 9e | |
| utf16bebytes | 07 de | |
| utf32bebytes | 00 00 07 de |
วิธีการใช้งาน
HTML:
ߞ
CSS:
content: "\07DE"
JavaScript:
"\u{7DE}"
Python:
"\u07de"