Box Drawings Heavy Right Symbol
╺ is a heavy box-drawing character used to form right-side line segments in ASCII/Unicode layouts.
U+257A
╺ is a box-drawing symbol that helps you construct panel borders, frames, and separators in monospaced text. It’s especially useful when you need a heavy right-leaning connector or edge segment. Below are practical ways to copy and use it in documents and code.
Box Drawings Heavy Right Symbol Meaning
The symbol ╺ is named “BOX DRAWINGS HEAVY RIGHT” (Unicode code point U+257A). In practice, it’s used as part of box-drawing UI art: a heavy line segment that contributes to the shape of borders and corners when combined with other box-drawing characters. Because it’s designed for monospace rendering, it aligns with other glyphs to create consistent layouts in terminals, text editors, chat apps, and documentation. Use it when you want a bold, thick-edged look for a right side connection or the end of a horizontal/edge segment in an ASCII-style frame.
Common uses
- •Creating thick borders and frames in terminal or console text
- •Building UI separators in plain text documentation
- •Designing panel corners and edge joins in monospaced layouts
- •Formatting ASCII/Unicode art grids and tables
- •Enhancing readability of dashboards or status summaries in text
Examples
╺ Box Drawings Heavy Right
- ╺Status: ╺ Ready
- ╺┌─────╺───┐
- ╺Score: 42 ╺
- ╺Menu: Item 1 ╺ Item 2
- ╺Box segment ╺ for right-side border
Variations
Ready to copy
Technical codes
| Unicode | U+257A | |
| HTML Entity | ╺ | |
| HTML Code | ╺ | |
| CSS | \257A |
FAQ
What does the Box Drawings Heavy Right symbol mean?
The symbol ╺ is named “BOX DRAWINGS HEAVY RIGHT” (Unicode code point U+257A). In practice, it’s used as part of box-drawing UI art: a heavy line segment that contributes to the shape of borders and corners when combined with other box-drawing characters. Because it’s designed for monospace rendering, it aligns with other glyphs to create consistent layouts in terminals, text editors, chat apps, and documentation. Use it when you want a bold, thick-edged look for a right side connection or the end of a horizontal/edge segment in an ASCII-style frame.
What is the Unicode for ╺?
╺ is Unicode U+257A (Unicode name: BOX DRAWINGS HEAVY RIGHT).
How can I copy ╺ into HTML?
Use the HTML entity: ╺.
Does ╺ require a monospace font to look correct?
Yes. Box-drawing characters are most reliable in monospaced fonts where characters align consistently.
Where is ╺ commonly used?
It’s commonly used in terminal text, plain-text UI mockups, and ASCII/Unicode art to create heavy borders and right-side edge segments.