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+09EB | |
| decimal | 2539 | |
| htmldecimal | ৫ | |
| htmlhex | ৫ | |
| css | \09EB | |
| javascript | \u{9EB} | |
| python | \u09eb | |
| java | \u09EB | |
| go | \u09EB | |
| ruby | \u{9EB} | |
| rust | \u{9EB} | |
| ccpp | \u09eb | |
| urlencoded | %E0%A7%AB | |
| utf8bytes | e0 a7 ab | |
| utf16bebytes | 09 eb | |
| utf32bebytes | 00 00 09 eb |
使い方
HTML:
৫
CSS:
content: "\09EB"
JavaScript:
"\u{9EB}"
Python:
"\u09eb"