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 UP AND HORIZONTAL
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2534 | |
| decimal | 9524 | |
| htmldecimal | ┴ | |
| htmlhex | ┴ | |
| css | \2534 | |
| javascript | \u{2534} | |
| python | \u2534 | |
| java | \u2534 | |
| go | \u2534 | |
| ruby | \u{2534} | |
| rust | \u{2534} | |
| ccpp | \u2534 | |
| urlencoded | %E2%94%B4 | |
| utf8bytes | e2 94 b4 | |
| utf16bebytes | 25 34 | |
| utf32bebytes | 00 00 25 34 |
How to Use
HTML:
┴
CSS:
content: "\2534"
JavaScript:
"\u{2534}"
Python:
"\u2534"
Properties
- Block
- Box Drawing
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No