free-symbols

Box Drawings Double Down And Right Symbol

╔ is a double-line box corner character used to build clean frames and panel borders in plain text.

U+2554

╔ (U+2554) is a Unicode “box drawing” character. It’s commonly used as a top-left corner in double-line borders, especially in console-style UI and text layouts.

Box Drawings Double Down And Right Symbol Meaning

The character ╔ is “BOX DRAWINGS DOUBLE DOWN AND RIGHT” (Unicode U+2554). Visually, it forms a double-line corner that connects a vertical line going downward and a horizontal line going to the right. In practice, it’s used to assemble framed boxes and panels where you want consistent double-stroke borders. Most users place ╔ at the top-left of a rectangle, pairing it with the other box-drawing corners (for top-right, bottom-left, and bottom-right) and with horizontal/vertical double lines for the sides. It’s primarily a layout and decoration character rather than a standalone punctuation mark.

Common uses

  • Creating double-line ASCII/Unicode frames in terminal output
  • Designing text-based UI boxes (chat panels, sidebars, info cards)
  • Building table-like layouts with borders in plain text documents
  • Mocking up UI components in documentation or prototypes using Unicode
  • Decorating headings or sections with consistent border corners

Examples

╔ Box Drawings Double Down and Right

  • ╔════════════╗
  • ╔═╗ ║data║ ╔═╗
  • ╔════════╗\n║ Title ║\n╚════════╝
  • ╔──────────────╗
  • ╔══════════════╗

Variations

Ready to copy

Technical codes

UnicodeU+2554
HTML Entity╔
HTML Code╔
CSS\2554

FAQ

What does the Box Drawings Double Down And Right symbol mean?

The character ╔ is “BOX DRAWINGS DOUBLE DOWN AND RIGHT” (Unicode U+2554). Visually, it forms a double-line corner that connects a vertical line going downward and a horizontal line going to the right. In practice, it’s used to assemble framed boxes and panels where you want consistent double-stroke borders. Most users place ╔ at the top-left of a rectangle, pairing it with the other box-drawing corners (for top-right, bottom-left, and bottom-right) and with horizontal/vertical double lines for the sides. It’s primarily a layout and decoration character rather than a standalone punctuation mark.

What symbol is “╔”?

“╔” is the Unicode character BOX DRAWINGS DOUBLE DOWN AND RIGHT (U+2554), typically used as a double-line top-left corner in boxes.

Where should I place ╔ when drawing a box?

Place ╔ at the top-left corner of your rectangle so it connects downward and to the right.

How can I copy ╔ into code or text?

You can copy the character directly, or use its encodings: HTML entity is ╔ and the CSS escape is \\2554.

Does ╔ work in terminals and common text fields?

It usually works anywhere Unicode is supported. Exact appearance can vary by font, but box-drawing fonts typically render it cleanly.