Box Drawings Left Heavy And Right Up Light Symbol
The ┵ symbol is a box drawing character combining a heavy left border with a light upward right connection.
U+2535
┵ is a Unicode box-drawing character designed for text user interfaces and monospaced layouts. It helps you visually connect lines when building borders, frames, or panels with ASCII-style art.
Box Drawings Left Heavy And Right Up Light Symbol Meaning
┵ (Unicode U+2535) is named “BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT”. It represents a junction shape where the left side is heavier (thicker) and the right side connects upward using a lighter line style. In practice, it’s used to make box diagrams and bordered UI elements look more structured by mixing line weights. Because it’s intended for monospaced text, it works best in environments where the character width is consistent (such as terminals, code editors with monospace fonts, and many chat clients). It’s primarily a visual layout symbol rather than a typographic mark with a broader fixed meaning.
Common uses
- •Drawing panel corners and junctions in text-based UIs
- •Building bordered layouts in terminal apps and logs
- •Creating ASCII/Unicode frames for documentation and README files
- •Designing simple tables or diagram connectors in plain text
- •Improving readability of menu or status boxes in monospaced views
Examples
┵ Box Drawings Left Heavy Right Up Light
- ┵┵ header
- ┵│ data ┵ more
- ┵┵ Options
- ┵Status: OK ┵ Details
- ┵Menu ┵ Help
Variations
Ready to copy
Technical codes
| Unicode | U+2535 | |
| HTML Entity | ┵ | |
| HTML Code | ┵ | |
| CSS | \2535 |
FAQ
What does the Box Drawings Left Heavy And Right Up Light symbol mean?
┵ (Unicode U+2535) is named “BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT”. It represents a junction shape where the left side is heavier (thicker) and the right side connects upward using a lighter line style. In practice, it’s used to make box diagrams and bordered UI elements look more structured by mixing line weights. Because it’s intended for monospaced text, it works best in environments where the character width is consistent (such as terminals, code editors with monospace fonts, and many chat clients). It’s primarily a visual layout symbol rather than a typographic mark with a broader fixed meaning.
What Unicode character is this?
The symbol ┵ is Unicode U+2535 (BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT).
Where is it best used?
It’s best used in monospaced text where box-drawing characters align consistently, such as terminals and code/editor fonts.
How do I copy it for use in code?
You can paste the character directly, or use the provided escapes: CSS \\2535 and JavaScript \\u{2535}.
Does it have a meaning beyond drawing lines?
Its primary purpose is visual—forming junctions in text-based borders or diagrams, not a standalone semantic symbol.