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 LEFT DOWN LIGHT
Overview
┦ (BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT) is the Unicode character at code point U+2526. It belongs to the Box Drawing block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2526 | |
| decimal | 9510 | |
| htmldecimal | ┦ | |
| htmlhex | ┦ | |
| css | \2526 | |
| javascript | \u{2526} | |
| python | \u2526 | |
| java | \u2526 | |
| go | \u2526 | |
| ruby | \u{2526} | |
| rust | \u{2526} | |
| ccpp | \u2526 | |
| urlencoded | %E2%94%A6 | |
| utf8bytes | e2 94 a6 | |
| utf16bebytes | 25 26 | |
| utf32bebytes | 00 00 25 26 |
How to Use
HTML:
┦
CSS:
content: "\2526"
JavaScript:
"\u{2526}"
Python:
"\u2526"
Properties
- Block
- Box Drawing
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ┦ character (BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT)?
┦ (BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT) is the Unicode character U+2526.
What is the Unicode codepoint of BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT?
The BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT character (┦) has codepoint U+2526.
How do I type or copy BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT?
Copy ┦ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.