Box Drawings Up Heavy And Left Light Symbol
┚ draws a box-corner style connector with a heavy vertical line upward and a light horizontal line to the left.
U+251A
┚ (U+251A) is a Unicode box drawing character designed for grid-like UI and text art. It helps you build consistent line connections with mixed weights (heavy and light). You can copy it directly or insert it using common escape formats.
Box Drawings Up Heavy And Left Light Symbol Meaning
The symbol ┚ (Unicode U+251A, “BOX DRAWINGS UP HEAVY AND LEFT LIGHT”) is part of the Box Drawing block. It represents a junction where a heavy line goes upward while the left connection uses a lighter line weight. This makes it useful when you want emphasis on borders or edges (for example, a stronger top border) while keeping other sides visually softer. In practice, people use it to assemble frames, panels, and table-like layouts in plain text, chat messages, terminal UIs, and lightweight document previews. It’s especially handy when matching other box-drawing characters for a clean, uniform look.
Common uses
- •Creating panel and frame corners in text-based UI layouts
- •Building table borders and grid connections in plain text
- •Designing terminal or console dashboards with Unicode line art
- •Decorating headings and separators in chat or documentation
- •Assembling ASCII/Unicode art where line-weight contrast matters
Examples
┚ Box drawing up heavy, left light
- ┚┚────────
- ┚┚ Settings Panel
- ┚┃ ┚ ━ ━ ┛
- ┚┚ Section A
- ┚┚─┐└─┘
Variations
Ready to copy
Technical codes
| Unicode | U+251A | |
| HTML Entity | ┚ | |
| HTML Code | ┚ | |
| CSS | \251A |
FAQ
What does the Box Drawings Up Heavy And Left Light symbol mean?
The symbol ┚ (Unicode U+251A, “BOX DRAWINGS UP HEAVY AND LEFT LIGHT”) is part of the Box Drawing block. It represents a junction where a heavy line goes upward while the left connection uses a lighter line weight. This makes it useful when you want emphasis on borders or edges (for example, a stronger top border) while keeping other sides visually softer. In practice, people use it to assemble frames, panels, and table-like layouts in plain text, chat messages, terminal UIs, and lightweight document previews. It’s especially handy when matching other box-drawing characters for a clean, uniform look.
What is the Unicode codepoint for ┚?
┚ is U+251A.
How do I insert ┚ in HTML?
Use the HTML entity: ┚.
How can I use ┚ in CSS?
You can use the CSS escape \\251A.
How do I use ┚ in JavaScript strings?
You can insert it with \\u{251A}.