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' : ''">
⏓
METRICAL SHORT OVER LONG
编码表
| 格式 | 值 | 复制 |
|---|---|---|
| unicode | U+23D3 | |
| decimal | 9171 | |
| htmldecimal | ⏓ | |
| htmlhex | ⏓ | |
| css | \23D3 | |
| javascript | \u{23D3} | |
| python | \u23d3 | |
| java | \u23D3 | |
| go | \u23D3 | |
| ruby | \u{23D3} | |
| rust | \u{23D3} | |
| ccpp | \u23d3 | |
| urlencoded | %E2%8F%93 | |
| utf8bytes | e2 8f 93 | |
| utf16bebytes | 23 d3 | |
| utf32bebytes | 00 00 23 d3 |
使用方法
HTML:
⏓
CSS:
content: "\23D3"
JavaScript:
"\u{23D3}"
Python:
"\u23d3"
属性
- 文字
- Zyyy
- 类别
- Other Symbol (So)
- 双向
- ON
- 组合
- 0
- 镜像
- 否