Box Drawings Vertical Single And Left Double Symbol
╡ is a box drawing character for combining a single vertical line with a double line on the left.
U+2561
╡ is a Unicode box-drawing symbol designed for building text-based borders. It helps you create consistent panel frames and table-like layouts using plain text. Copy it directly into code, documents, or design mockups.
Box Drawings Vertical Single And Left Double Symbol Meaning
The character ╡ (Unicode U+2561) is part of the Box Drawing block: “BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE.” It represents a vertical line segment that has a double-line connection on its left side. In practice, it’s useful when you want borders that visually continue from a left-side double border into a vertical run. Because it’s meant for monospaced text layouts, it looks best with fixed-width fonts where line characters align cleanly. Use it to assemble panels, separators, and table borders that remain readable across terminals, chat apps, and plain-text rendering engines.
Common uses
- •Building monospaced ASCII/Unicode table borders with a mixed single/double left edge
- •Creating panel frames in terminal UIs and command-line help text
- •Designing separators for text-based dashboards and status panels
- •Laying out wireframe mockups in documentation that must remain plain text
- •Adding consistent border segments when composing larger box-drawing diagrams
Examples
╡ Box Drawings Vertical Single and Left Double
- ╡│╡│
- ╡╔═╡ ═╗
- ╡║ ╡ ║
- ╡╡│ data │
- ╡┌╡┐
Variations
Ready to copy
Technical codes
| Unicode | U+2561 | |
| HTML Entity | ╡ | |
| HTML Code | ╡ | |
| CSS | \2561 |
FAQ
What does the Box Drawings Vertical Single And Left Double symbol mean?
The character ╡ (Unicode U+2561) is part of the Box Drawing block: “BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE.” It represents a vertical line segment that has a double-line connection on its left side. In practice, it’s useful when you want borders that visually continue from a left-side double border into a vertical run. Because it’s meant for monospaced text layouts, it looks best with fixed-width fonts where line characters align cleanly. Use it to assemble panels, separators, and table borders that remain readable across terminals, chat apps, and plain-text rendering engines.
What Unicode character is ╡?
╡ is the Unicode character U+2561, named “BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE.”
How do I copy ╡ into HTML?
You can use the HTML entity ╡ or paste the character directly into your markup.
What font should I use for best results?
Use a monospaced (fixed-width) font so the box-drawing lines align correctly across columns.
Where does ╡ fit in box-drawing borders?
It’s a border segment combining a vertical single line with a double connection on the left, useful for continuing mixed borders in panels and tables.