Box Drawings Heavy Up And Horizontal Symbol
┻ (U+253B) is a heavy box-drawing character for UI lines and panel borders.
U+253B
┻ is a Box Drawing character, commonly used to create thick, structured line art in text-based layouts. It’s useful when you want clear corners and strong border styling in terminals or monospaced designs. Copy it directly or use its Unicode/HTML forms for reliable rendering.
Box Drawings Heavy Up And Horizontal Symbol Meaning
┻ (Unicode U+253B) is the “Box Drawings Heavy Up and Horizontal” symbol from the box drawing set. It represents a heavy horizontal line with a vertical segment rising upward, making it suitable for constructing thick borders and framed elements in text. Because it’s part of the Unicode Box Drawing block, it typically aligns well in monospaced fonts, helping you build consistent UI separators, table-like structures, and panel outlines. Use it when you need a strong, “corner-like” junction at the end of a horizontal bar where the line continues upward.
Common uses
- •Building heavy borders for text UI panels in terminal apps
- •Creating table/grid separators with monospaced line art
- •Designing ASCII-style layouts for documentation and README files
- •Adding decorative frame elements in chatbots and command-line tools
- •Generating consistent UI separators in templated text reports
Examples
┻ Box Drawings Heavy Up and Horizontal
- ┻Top border segment: ┻────
- ┻Panel edge: │ ┻──── │
- ┻Section divider: ┻────────────────
- ┻Grid junction: ──┻───┻───
- ┻Header underline style: ┻────────
Variations
Ready to copy
Technical codes
| Unicode | U+253B | |
| HTML Entity | ┻ | |
| HTML Code | ┻ | |
| CSS | \253B |
FAQ
What does ┻ represent in Unicode?
┻ is U+253B, named “BOX DRAWINGS HEAVY UP AND HORIZONTAL.” It’s used as a thick box-drawing junction combining a horizontal line with an upward segment.
How can I copy ┻ reliably in code?
You can paste the character directly, or use its escapes: HTML entity ┻, CSS escape \\253B, or JavaScript escape \\u{253B}.
Will ┻ align correctly in my layout?
It’s designed for monospaced environments. In non-monospaced fonts, alignment may look off even though the character itself is correct.
Where is ┻ commonly used?
It’s commonly used for building heavy borders and structured line art in terminal UIs, documentation layouts, and text-based panels.