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' : ''">
₻
NORDIC MARK SIGN
编码表
| 格式 | 值 | 复制 |
|---|---|---|
| unicode | U+20BB | |
| decimal | 8379 | |
| htmldecimal | ₻ | |
| htmlhex | ₻ | |
| css | \20BB | |
| javascript | \u{20BB} | |
| python | \u20bb | |
| java | \u20BB | |
| go | \u20BB | |
| ruby | \u{20BB} | |
| rust | \u{20BB} | |
| ccpp | \u20bb | |
| urlencoded | %E2%82%BB | |
| utf8bytes | e2 82 bb | |
| utf16bebytes | 20 bb | |
| utf32bebytes | 00 00 20 bb |
使用方法
HTML:
₻
CSS:
content: "\20BB"
JavaScript:
"\u{20BB}"
Python:
"\u20bb"
属性
- 文字
- Zyyy
- 类别
- Currency Symbol (Sc)
- 双向
- ET
- 组合
- 0
- 镜像
- 否