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' : ''">
┞
BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT
编码表
| 格式 | 值 | 复制 |
|---|---|---|
| unicode | U+251E | |
| decimal | 9502 | |
| htmldecimal | ┞ | |
| htmlhex | ┞ | |
| css | \251E | |
| javascript | \u{251E} | |
| python | \u251e | |
| java | \u251E | |
| go | \u251E | |
| ruby | \u{251E} | |
| rust | \u{251E} | |
| ccpp | \u251e | |
| urlencoded | %E2%94%9E | |
| utf8bytes | e2 94 9e | |
| utf16bebytes | 25 1e | |
| utf32bebytes | 00 00 25 1e |
使用方法
HTML:
┞
CSS:
content: "\251E"
JavaScript:
"\u{251E}"
Python:
"\u251e"
属性
- 区块
- Box Drawing
- 文字
- Zyyy
- 类别
- Other Symbol (So)
- 双向
- ON
- 组合
- 0
- 镜像
- 否