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 VERTICAL DOUBLE AND RIGHT SINGLE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+255F | |
| decimal | 9567 | |
| htmldecimal | ╟ | |
| htmlhex | ╟ | |
| css | \255F | |
| javascript | \u{255F} | |
| python | \u255f | |
| java | \u255F | |
| go | \u255F | |
| ruby | \u{255F} | |
| rust | \u{255F} | |
| ccpp | \u255f | |
| urlencoded | %E2%95%9F | |
| utf8bytes | e2 95 9f | |
| utf16bebytes | 25 5f | |
| utf32bebytes | 00 00 25 5f |
How to Use
HTML:
╟
CSS:
content: "\255F"
JavaScript:
"\u{255F}"
Python:
"\u255f"
Properties
- Block
- Box Drawing
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No