Box Drawings Heavy Horizontal Symbol
A heavy horizontal line character for box drawing, separators, and UI layout.
U+2501
━ is a Unicode box drawing character designed to render as a thick horizontal rule. It’s commonly used to create borders, dividers, and structured text layouts. You can copy it directly or use its HTML/CSS/JavaScript escapes.
Box Drawings Heavy Horizontal Symbol Meaning
The symbol "━" (BOX DRAWINGS HEAVY HORIZONTAL, Unicode U+2501) represents a heavy horizontal line used in box drawing and text-based UI. Because it’s meant for fixed-width, grid-like layouts, it works well as a separator between sections, a border inside ASCII-style panels, or a horizontal rule when you need a bold divider. In practice, it helps create clearer structure in monospaced text: menus, forms, dashboards, and lightweight diagrams. Its appearance depends on the font, but it’s specifically intended for box-drawing visuals rather than a regular dash.
Common uses
- •Creating bold horizontal separators in plain text and chat messages
- •Building simple text boxes and dividers in monospaced UIs
- •Designing menu lines or section breaks in terminal-style layouts
- •Formatting headings and subheadings with a thick rule
- •Enhancing readability in forms, tables, and structured notes
Examples
━ Heavy Horizontal Box Drawing
- ━Profile━Settings
- ━Section 1 ━ Section 2
- ━Name: _________━ ID: _________
- ━━━━━━━━━━ (use with fixed-width text)
- ━Top ━ Middle ━ Bottom
Variations
Ready to copy
Technical codes
| Unicode | U+2501 | |
| HTML Entity | ━ | |
| HTML Code | ━ | |
| CSS | \2501 |
FAQ
What does the Box Drawings Heavy Horizontal symbol mean?
The symbol "━" (BOX DRAWINGS HEAVY HORIZONTAL, Unicode U+2501) represents a heavy horizontal line used in box drawing and text-based UI. Because it’s meant for fixed-width, grid-like layouts, it works well as a separator between sections, a border inside ASCII-style panels, or a horizontal rule when you need a bold divider. In practice, it helps create clearer structure in monospaced text: menus, forms, dashboards, and lightweight diagrams. Its appearance depends on the font, but it’s specifically intended for box-drawing visuals rather than a regular dash.