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 HEAVY AND RIGHT LIGHT
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2520 | |
| decimal | 9504 | |
| htmldecimal | ┠ | |
| htmlhex | ┠ | |
| css | \2520 | |
| javascript | \u{2520} | |
| python | \u2520 | |
| java | \u2520 | |
| go | \u2520 | |
| ruby | \u{2520} | |
| rust | \u{2520} | |
| ccpp | \u2520 | |
| urlencoded | %E2%94%A0 | |
| utf8bytes | e2 94 a0 | |
| utf16bebytes | 25 20 | |
| utf32bebytes | 00 00 25 20 |
How to Use
HTML:
┠
CSS:
content: "\2520"
JavaScript:
"\u{2520}"
Python:
"\u2520"
Properties
- Block
- Box Drawing
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No