free-symbols

Box Drawings Heavy Up And Right Symbol

A heavy box-drawing character that forms a corner connecting lines upward and to the right.

U+2517

┗ (U+2517) is part of the Box Drawing set. It’s commonly used to build tidy borders, corners, and line-based diagrams in plain text. You can copy it directly or use its HTML/CSS/Unicode escapes.

Box Drawings Heavy Up And Right Symbol Meaning

┗ (Unicode name: BOX DRAWINGS HEAVY UP AND RIGHT, code point U+2517) is a heavy box-drawing corner character. It visually connects a vertical line going up to a horizontal line going right, making it useful for drawing framed layouts, table edges, and grid-like structures in monospace text. Because it’s designed for line continuity, it pairs well with other box-drawing characters to form consistent borders (for example, matching heavy lines). Use it when you need a strong, high-contrast corner that looks aligned in terminal output, Markdown/code blocks, or plain-text UI mockups.

Common uses

  • Creating ASCII/Unicode box corners for menus and panels in monospace text
  • Building table borders and grid outlines in plain-text documents
  • Designing simple UI separators in terminal apps or logs
  • Laying out diagram frames and connectors in developer documentation
  • Formatting section headers and block quotes with consistent line styles

Examples

┗ Box Drawings Heavy Up and Right

  • ┗━━━━━━━━┛
  • ┗───► next
  • │ ┏━━┓\n┗━━┛
  • ┏━━━━━━┓\n┃ Hello ┃\n┗━━┳━━━┛
  • ┗───┐\n │

Variations

Ready to copy

Technical codes

UnicodeU+2517
HTML Entity┗
HTML Code┗
CSS\2517

FAQ

What does the character ┗ draw?

It draws a heavy corner that connects an upward vertical line to a rightward horizontal line.

Where should I use ┗?

Use it in monospace text for borders, tables, framed panels, and line-based ASCII/Unicode art.

How do I copy it reliably?

Copy the character directly from this page, or use the provided Unicode/HTML/CSS escapes in your code.

Will it look correct on all systems?

It should render well in fonts that support Unicode box drawing characters; monospace fonts are best for alignment.