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 CYRILLIC LETTER VE
编码表
| 格式 | 值 | 复制 |
|---|---|---|
| unicode | U+2DE1 | |
| decimal | 11745 | |
| htmldecimal | ⷡ | |
| htmlhex | ⷡ | |
| css | \2DE1 | |
| javascript | \u{2DE1} | |
| python | \u2de1 | |
| java | \u2DE1 | |
| go | \u2DE1 | |
| ruby | \u{2DE1} | |
| rust | \u{2DE1} | |
| ccpp | \u2de1 | |
| urlencoded | %E2%B7%A1 | |
| utf8bytes | e2 b7 a1 | |
| utf16bebytes | 2d e1 | |
| utf32bebytes | 00 00 2d e1 |
使用方法
HTML:
ⷡ
CSS:
content: "\2DE1"
JavaScript:
"\u{2DE1}"
Python:
"\u2de1"
属性
- 文字
- Cyrl
- 类别
- Nonspacing Mark (Mn)
- 双向
- NSM
- 组合
- 230
- 镜像
- 否