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 LIGHT VERTICAL AND LEFT
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2524 | |
| decimal | 9508 | |
| htmldecimal | ┤ | |
| htmlhex | ┤ | |
| css | \2524 | |
| javascript | \u{2524} | |
| python | \u2524 | |
| java | \u2524 | |
| go | \u2524 | |
| ruby | \u{2524} | |
| rust | \u{2524} | |
| ccpp | \u2524 | |
| urlencoded | %E2%94%A4 | |
| utf8bytes | e2 94 a4 | |
| utf16bebytes | 25 24 | |
| utf32bebytes | 00 00 25 24 |
How to Use
HTML:
┤
CSS:
content: "\2524"
JavaScript:
"\u{2524}"
Python:
"\u2524"
Properties
- Block
- Box Drawing
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No