free-symbols

Box Drawings Down Single And Left Double Symbol

╕ is a box-drawing character combining a single line downward with a double line to the left.

U+2555

╕ (U+2555) is part of the Unicode Box Drawing set. It’s useful for creating lightweight borders and panel connectors in plain text. You can copy it directly or use its HTML, CSS, and JavaScript escapes.

Box Drawings Down Single And Left Double Symbol Meaning

The symbol ╕ (Unicode U+2555, “BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE”) is a drawing piece used to build borders and grid-like layouts with text. Its design represents two different line styles meeting at a corner: a single horizontal/side line direction is paired with a downward segment, while the left side uses a double-line treatment. Designers often use these pieces to extend box frames without relying on graphical elements, especially in consoles, terminals, ASCII-art style UI mockups, and text-based dashboards. Because it’s a specific Unicode box-drawing glyph, it works best when your chosen font supports the Unicode Box Drawing range.

Common uses

  • Creating panel edges or connectors in plain-text UI mockups and dashboards
  • Building text tables or grids in terminal-style layouts
  • Designing section separators in chat bots or command-line help screens
  • Enhancing readability of structured content (e.g., timelines or lists) with borders
  • Using as a decorative border element in documentation and readme files

Examples

╕ Box Drawings Down Single and Left Double

  • ╕ Options
  • ╕ Download
  • ╕ Settings
  • ╕ Status: Ready
  • CPU ╕ Memory

Variations

Ready to copy

Technical codes

UnicodeU+2555
HTML Entity╕
HTML Code╕
CSS\2555

FAQ

What does the Box Drawings Down Single And Left Double symbol mean?

The symbol ╕ (Unicode U+2555, “BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE”) is a drawing piece used to build borders and grid-like layouts with text. Its design represents two different line styles meeting at a corner: a single horizontal/side line direction is paired with a downward segment, while the left side uses a double-line treatment. Designers often use these pieces to extend box frames without relying on graphical elements, especially in consoles, terminals, ASCII-art style UI mockups, and text-based dashboards. Because it’s a specific Unicode box-drawing glyph, it works best when your chosen font supports the Unicode Box Drawing range.

What Unicode character is ╕?

╕ is the Unicode character U+2555, named “BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE.”

How do I copy ╕ reliably on the web?

Copy the character directly from this page, or use the provided HTML entity (╕), CSS escape (\\2555), or JavaScript escape (\\u{2555}).

Will ╕ render the same in every font?

It depends on font support for Unicode Box Drawing glyphs. For consistent results, use a font known to include the Box Drawing block.

What is a good use case for ╕?

It’s commonly used as a border or connector piece when creating text-based UI panels and grid layouts in terminals, documentation, or console-style displays.