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' : ''">
⟫
MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET
编码表
| 格式 | 值 | 复制 |
|---|---|---|
| unicode | U+27EB | |
| decimal | 10219 | |
| htmldecimal | ⟫ | |
| htmlhex | ⟫ | |
| css | \27EB | |
| javascript | \u{27EB} | |
| python | \u27eb | |
| java | \u27EB | |
| go | \u27EB | |
| ruby | \u{27EB} | |
| rust | \u{27EB} | |
| ccpp | \u27eb | |
| urlencoded | %E2%9F%AB | |
| utf8bytes | e2 9f ab | |
| utf16bebytes | 27 eb | |
| utf32bebytes | 00 00 27 eb |
使用方法
HTML:
⟫
CSS:
content: "\27EB"
JavaScript:
"\u{27EB}"
Python:
"\u27eb"
属性
- 文字
- Zyyy
- 类别
- Close Punctuation (Pe)
- 双向
- ON
- 组合
- 0
- 镜像
- 是