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 ES
编码表
| 格式 | 值 | 复制 |
|---|---|---|
| unicode | U+2DED | |
| decimal | 11757 | |
| htmldecimal | ⷭ | |
| htmlhex | ⷭ | |
| css | \2DED | |
| javascript | \u{2DED} | |
| python | \u2ded | |
| java | \u2DED | |
| go | \u2DED | |
| ruby | \u{2DED} | |
| rust | \u{2DED} | |
| ccpp | \u2ded | |
| urlencoded | %E2%B7%AD | |
| utf8bytes | e2 b7 ad | |
| utf16bebytes | 2d ed | |
| utf32bebytes | 00 00 2d ed |
使用方法
HTML:
ⷭ
CSS:
content: "\2DED"
JavaScript:
"\u{2DED}"
Python:
"\u2ded"
属性
- 文字
- Cyrl
- 类别
- Nonspacing Mark (Mn)
- 双向
- NSM
- 组合
- 230
- 镜像
- 否