Box Drawings Right Heavy And Left Vertical Light Symbol
A box drawing character that shows a heavy right horizontal/edge with a light vertical on the left (U+253E).
U+253E
┾ (U+253E) is a box drawing symbol used to build structured lines in text interfaces. It’s commonly used when you want a heavier edge on one side for visual hierarchy. Copy it directly or use its code point in HTML or programming languages.
Box Drawings Right Heavy And Left Vertical Light Symbol Meaning
┾ is a Unicode box drawing character named “BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT” (U+253E). In typical text-based layouts, it represents a junction or corner-like border element where the right side is drawn with a heavy line, while the left vertical component is lighter. This makes it useful for creating boxes, panels, and diagram edges where you want clearer emphasis on one boundary without making every line equally bold. Because it belongs to the Box Drawing set, it’s best for monospaced environments (or any font that supports box-drawing glyphs).
Common uses
- •Drawing panel or window borders in text-based UIs and terminal screens
- •Creating diagram edges where one side should appear bolder than another
- •Designing ASCII/Unicode art frames and layout separators in chat or logs
- •Building structured tables or boxes in documentation and README files
- •Styling game HUDs or dashboards using monospaced text
Examples
┾ Box Drawings Right Heavy and Left Vertical Light
- ┾Panel header: ┾
- ┾Border segment: │ ┾ ┌──
- ┾Section divider: ── ┾ ──
- ┾Layout outline: ┬─┾─┬
- ┾Diagram label line: ┾ node
Variations
Ready to copy
Technical codes
| Unicode | U+253E | |
| HTML Entity | ┾ | |
| HTML Code | ┾ | |
| CSS | \253E |
FAQ
What does the Box Drawings Right Heavy And Left Vertical Light symbol mean?
┾ is a Unicode box drawing character named “BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT” (U+253E). In typical text-based layouts, it represents a junction or corner-like border element where the right side is drawn with a heavy line, while the left vertical component is lighter. This makes it useful for creating boxes, panels, and diagram edges where you want clearer emphasis on one boundary without making every line equally bold. Because it belongs to the Box Drawing set, it’s best for monospaced environments (or any font that supports box-drawing glyphs).
What Unicode code point is this symbol?
The symbol ┾ has the Unicode code point U+253E.
How can I include ┾ in HTML?
Use the HTML entity: ┾ (as provided for this symbol).
What’s the best font for box drawing characters?
A monospaced font with box-drawing support is usually the most reliable so the lines align correctly.
Is ┾ intended for UI borders or just decorative art?
It’s commonly used for practical borders and diagram lines—especially where you want a heavier right edge with a lighter left vertical line.