Box Drawings Up Double And Horizontal Single Symbol
╨ is a Unicode box drawing character for borders and structured text layouts.
U+2568
╨ (U+2568) is a Unicode box drawing symbol used to build clean UI-style lines in text. It’s especially handy when you need a junction that goes up and also includes a horizontal segment.
Box Drawings Up Double And Horizontal Single Symbol Meaning
╨ is a box drawing character from the “Box Drawing” block (Unicode code point U+2568). Its visual form combines an “up” connection with double-line styling while also including a single horizontal segment, making it useful at specific border corners or junctions in monospaced layouts. The most common purpose is drawing panel edges, dividers, and grid-like structures in environments where you want consistent line characters (terminals, plain text UIs, markdown-adjacent diagrams, or logs). Use it when the line geometry in your design needs that particular combination of vertical-up and horizontal continuity.
Common uses
- •Drawing box borders and panel frames in terminal or console text
- •Creating divider/junction characters for simple text-based dashboards
- •Building grid corners and internal separators in monospaced UIs
- •Formatting plain-text reports and tabular layouts with line art
- •Designing lightweight ASCII/Unicode diagrams in chat or documentation
Examples
╨ Box Drawings Up Double and Horizontal Single
- ╨┌─╨─┐
- ╨║ ╨ ║
- ╨+─╨─+
- ╨│ A ╨ B │
- ╨─╨─ section divider ─╨─
Variations
Ready to copy
Technical codes
| Unicode | U+2568 | |
| HTML Entity | ╨ | |
| HTML Code | ╨ | |
| CSS | \2568 |
FAQ
What does the Box Drawings Up Double And Horizontal Single symbol mean?
╨ is a box drawing character from the “Box Drawing” block (Unicode code point U+2568). Its visual form combines an “up” connection with double-line styling while also including a single horizontal segment, making it useful at specific border corners or junctions in monospaced layouts. The most common purpose is drawing panel edges, dividers, and grid-like structures in environments where you want consistent line characters (terminals, plain text UIs, markdown-adjacent diagrams, or logs). Use it when the line geometry in your design needs that particular combination of vertical-up and horizontal continuity.
What is the Unicode code point for ╨?
╨ is U+2568.
How can I copy ╨ for use in code or HTML?
You can copy the character directly. For HTML, use ╨. For CSS/JS escapes, you can use \\2568 or \\u{2568}.
Where does ╨ look best?
It’s most reliable in monospaced fonts where box-drawing characters align properly.
When should I use ╨ instead of other box-drawing junctions?
Use ╨ when your layout needs the specific junction style of “up double” combined with a “horizontal single” segment at that position in your frame.