free-symbols

Box Drawings Double Up And Right Symbol

╚ is a double-line box drawing character used for corner joins, especially when connecting an up segment to a right segment.

U+255A

The symbol ╚ is part of the Unicode Box Drawing set. It’s commonly used to build clean, terminal-style borders and ASCII art. This page helps you copy it and understand where it fits in corner layouts.

Box Drawings Double Up And Right Symbol Meaning

╚ (Unicode U+255A) is a box drawing character that draws a corner with double lines, connecting a vertical segment going upward to a horizontal segment going to the right. In practice, it’s typically used for the “upper-left” corner of a double-line rectangle, depending on how you orient your box. Designers and developers use it to create consistent, monospaced borders in text UIs, README files, logs, and lightweight diagrams. Because it’s intended for box layouts, its value is strongest when paired with other box drawing characters that match the same “double” style.

Common uses

  • Creating double-line borders and panel corners in monospaced UI text
  • Building ASCII/Unicode art frames in documentation and README files
  • Drawing text-based tables or widgets in terminals and logs
  • Designing lightweight separators and corner joints in chat or status panels
  • Prototyping interfaces where graphical assets aren’t available

Examples

╚ Box Drawings Double Up and Right

  • ┌──╚ Status: OK
  • ╔═══╩═══╗
  • │ Top ║╚ Bottom
  • ╚═══╗ Menu
  • ■■■╚ End of block

Variations

Ready to copy

Technical codes

UnicodeU+255A
HTML Entity╚
HTML Code╚
CSS\255A

FAQ

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

╚ (Unicode U+255A) is a box drawing character that draws a corner with double lines, connecting a vertical segment going upward to a horizontal segment going to the right. In practice, it’s typically used for the “upper-left” corner of a double-line rectangle, depending on how you orient your box. Designers and developers use it to create consistent, monospaced borders in text UIs, README files, logs, and lightweight diagrams. Because it’s intended for box layouts, its value is strongest when paired with other box drawing characters that match the same “double” style.

What corner does ╚ represent in box layouts?

╚ is a double-line corner that connects an upward vertical segment to a rightward horizontal segment. In many rectangle layouts, that corresponds to the upper-left corner (depending on your drawing orientation).

How do I copy ╚ from this page?

Select and copy the character shown as ╚, or copy one of the provided encodings like U+255A or ╚.

Will ╚ display correctly in terminals and monospaced text?

It should display correctly anywhere that supports Unicode box drawing characters and uses a font with the box drawing glyphs (often monospaced fonts).

What’s the difference between ╚ and └?

They’re both corner characters, but ╚ is from the double-line box drawing set (U+255A), while └ is typically a single-line variant in the box drawing block. Use the one that matches the style of your border set.