Box Drawings Double Vertical And Right Symbol
╠ is a Unicode box-drawing character used to connect double vertical lines to a right side in borders.
U+2560
╠ (U+2560) is part of the Box Drawing block and is designed for building crisp borders in text-based layouts. It helps you connect a double vertical stroke to a right-hand connection. Copy it directly or use the provided escape codes in code and templates.
Box Drawings Double Vertical And Right Symbol Meaning
╠ (Unicode U+2560, “BOX DRAWINGS DOUBLE VERTICAL AND RIGHT”) is a box-drawing glyph that combines a double vertical line with a connection toward the right. In practice, it’s used as a border corner/junction character—especially where you need a vertical double rule to meet a horizontal or right-side segment. Because it’s intended for text UIs and monospaced layouts, it looks best in fonts that support box-drawing characters consistently. When building ASCII-like frames, pair it with other Box Drawing characters (such as horizontal lines and vertical single/double lines) to keep edges aligned and visually balanced.
Common uses
- •Creating table or panel borders in plain text and chat UIs
- •Building text-based dashboards with monospaced line layouts
- •Designing menu frames and separators in terminal outputs
- •Making simple UI boxes in markdown-friendly or template text
- •Laying out headings with consistent border junctions
Examples
╠ Box Drawings Double Vertical And Right
- ╠╠────────╣
- ╠║ ╠─────║
- ╠╠─ Item 1 ─╣
- ╠╠ Step 1 ╣
- ╠║╠────────╣║
Variations
Ready to copy
Technical codes
| Unicode | U+2560 | |
| HTML Entity | ╠ | |
| HTML Code | ╠ | |
| CSS | \2560 |
FAQ
What does the Box Drawings Double Vertical And Right symbol mean?
╠ (Unicode U+2560, “BOX DRAWINGS DOUBLE VERTICAL AND RIGHT”) is a box-drawing glyph that combines a double vertical line with a connection toward the right. In practice, it’s used as a border corner/junction character—especially where you need a vertical double rule to meet a horizontal or right-side segment. Because it’s intended for text UIs and monospaced layouts, it looks best in fonts that support box-drawing characters consistently. When building ASCII-like frames, pair it with other Box Drawing characters (such as horizontal lines and vertical single/double lines) to keep edges aligned and visually balanced.
What Unicode character is ╠?
╠ is the Unicode “BOX DRAWINGS DOUBLE VERTICAL AND RIGHT” character at U+2560.
Where is ╠ commonly used?
It’s used to draw text UI borders, especially as a junction that combines a double vertical line with a right-side connection in box layouts.
How do I copy ╠ in HTML?
Use the HTML entity: ╠.
How do I include ╠ in code using escapes?
CSS escape: \\2560. JavaScript escape: \\u{2560}.