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' : ''">
⃠
COMBINING ENCLOSING CIRCLE BACKSLASH
编码表
| 格式 | 值 | 复制 |
|---|---|---|
| unicode | U+20E0 | |
| decimal | 8416 | |
| htmldecimal | ⃠ | |
| htmlhex | ⃠ | |
| css | \20E0 | |
| javascript | \u{20E0} | |
| python | \u20e0 | |
| java | \u20E0 | |
| go | \u20E0 | |
| ruby | \u{20E0} | |
| rust | \u{20E0} | |
| ccpp | \u20e0 | |
| urlencoded | %E2%83%A0 | |
| utf8bytes | e2 83 a0 | |
| utf16bebytes | 20 e0 | |
| utf32bebytes | 00 00 20 e0 |
使用方法
HTML:
⃠
CSS:
content: "\20E0"
JavaScript:
"\u{20E0}"
Python:
"\u20e0"
属性
- 文字
- Zinh
- 类别
- Enclosing Mark (Me)
- 双向
- NSM
- 组合
- 0
- 镜像
- 否