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' : ''">
}
RIGHT CURLY BRACKET
编码表
| 格式 | 值 | 复制 |
|---|---|---|
| unicode | U+007D | |
| decimal | 125 | |
| htmldecimal | } | |
| htmlhex | } | |
| css | \007D | |
| javascript | \u{7D} | |
| python | \u007d | |
| java | \u007D | |
| go | \u007D | |
| ruby | \u{7D} | |
| rust | \u{7D} | |
| ccpp | \u007d | |
| urlencoded | %7D | |
| utf8bytes | 7d | |
| utf16bebytes | 00 7d | |
| utf32bebytes | 00 00 00 7d |
使用方法
HTML:
}
CSS:
content: "\007D"
JavaScript:
"\u{7D}"
Python:
"\u007d"
属性
- 区块
- Basic Latin
- 文字
- Zyyy
- 类别
- Close Punctuation (Pe)
- 双向
- ON
- 组合
- 0
- 镜像
- 是