Box Drawings Up Single And Right Double Symbol
╘ is a box-drawing character used to build clean corners in monospaced borders.
U+2558
The symbol ╘ (U+2558) is a Unicode box-drawing character. It’s designed for monospaced text so borders line up neatly. Copy it when you need a specific corner shape in ASCII-style UI layouts.
Box Drawings Up Single And Right Double Symbol Meaning
╘ is a box-drawing character named “BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE” (Unicode U+2558, HTML entity ╘). In monospaced interfaces, it forms a corner where one edge goes up with a single line and the right edge uses a double line. This makes it useful when you want consistent border styling that matches other box-drawing pieces from the same Unicode range. Because it’s intended for fixed-width fonts, it’s best used in terminals, text editors, and UI mockups where alignment matters. If your font supports box drawing characters, it will render as a crisp border element rather than a typical glyph.
Common uses
- •Creating boxed panels and dialog corners in terminal-style text UIs
- •Building table borders and separators in plain text documents
- •Designing ASCII/Unicode dashboards and status cards for chat or logs
- •Laying out game HUD frames using monospaced characters
- •Mocking up UI components in documentation and README files
Examples
╘ Box Drawings Up Single and Right Double
- ╘╘═══╗
- ╘┌──╘
- ╘ ╘═══
- ╘Box╘right_double
- ╘╞─╘─╡
Variations
Ready to copy
Technical codes
| Unicode | U+2558 | |
| HTML Entity | ╘ | |
| HTML Code | ╘ | |
| CSS | \2558 |
FAQ
What does the Box Drawings Up Single And Right Double symbol mean?
╘ is a box-drawing character named “BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE” (Unicode U+2558, HTML entity ╘). In monospaced interfaces, it forms a corner where one edge goes up with a single line and the right edge uses a double line. This makes it useful when you want consistent border styling that matches other box-drawing pieces from the same Unicode range. Because it’s intended for fixed-width fonts, it’s best used in terminals, text editors, and UI mockups where alignment matters. If your font supports box drawing characters, it will render as a crisp border element rather than a typical glyph.
What Unicode character is ╘?
╘ is the Unicode box-drawing character “BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE” at U+2558.
What is the HTML entity for ╘?
The HTML entity is ╘.
Is ╘ safe to use in terminals and monospaced text?
It’s designed for monospaced layouts. For best results, use a font that supports Unicode box-drawing glyphs.
How do I copy ╘ reliably?
Copy the character directly from this page. For code, you can also use the CSS escape \\2558 or JavaScript escape \\u{2558}.