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+0EC2 | |
| decimal | 3778 | |
| htmldecimal | ໂ | |
| htmlhex | ໂ | |
| css | \0EC2 | |
| javascript | \u{EC2} | |
| python | \u0ec2 | |
| java | \u0EC2 | |
| go | \u0EC2 | |
| ruby | \u{EC2} | |
| rust | \u{EC2} | |
| ccpp | \u0ec2 | |
| urlencoded | %E0%BB%82 | |
| utf8bytes | e0 bb 82 | |
| utf16bebytes | 0e c2 | |
| utf32bebytes | 00 00 0e c2 |
使い方
HTML:
ໂ
CSS:
content: "\0EC2"
JavaScript:
"\u{EC2}"
Python:
"\u0ec2"