free-symbols

Box Drawings Heavy Up And Left Symbol

A heavy box-drawing corner that connects upward and to the left.

U+251B

┛ is a “heavy” box-drawing character used to form sharp, grid-like borders. It’s commonly seen in terminal text UIs, ASCII art, and simple layout diagrams. Copy it directly or use its Unicode/HTML escapes in code.

Box Drawings Heavy Up And Left Symbol Meaning

The symbol ┛ is a Unicode box-drawing character (U+251B) named “BOX DRAWINGS HEAVY UP AND LEFT.” It represents a corner that visually connects a vertical line going up with a horizontal line going left. Because it’s a single character, it helps you build borders and panels without relying on monospaced line drawing images. In practice, designers and developers use it alongside other box-drawing characters to create tables, frames, and UI edges. When composing multi-character borders, ensure you use a monospace font so the corner aligns with the surrounding heavy lines.

Common uses

  • Creating terminal-style frames and window borders in monospace text
  • Building ASCII/Unicode UI panels, boxes, and dividers
  • Designing tables with visible heavy corners and strong grid edges
  • Making simple diagrams or flowchart boxes in text-based documents
  • Adding decorative corner accents to headings or bordered sections

Examples

┛ Box Drawings Heavy Up and Left

  • ┛ ━━ ┏━ ┓ (corner styling in a border)
  • ┛ ━━ ━━ ┏━ (top/bottom panel fragments)
  • Name: ┛ Value: ━━ (used as a visual separator)
  • ┛─┛ ━━ ┛─┛ (repeat for pattern corners)
  • ┏━━┓\n ┃ hi ┃\n┛━━━┗ (corner at the lower left)

Variations

Ready to copy

Technical codes

UnicodeU+251B
HTML Entity┛
HTML Code┛
CSS\251B

FAQ

What does the Box Drawings Heavy Up And Left symbol mean?

The symbol ┛ is a Unicode box-drawing character (U+251B) named “BOX DRAWINGS HEAVY UP AND LEFT.” It represents a corner that visually connects a vertical line going up with a horizontal line going left. Because it’s a single character, it helps you build borders and panels without relying on monospaced line drawing images. In practice, designers and developers use it alongside other box-drawing characters to create tables, frames, and UI edges. When composing multi-character borders, ensure you use a monospace font so the corner aligns with the surrounding heavy lines.

Is ┛ the same as └?

They are different characters. ┛ is “BOX DRAWINGS HEAVY UP AND LEFT” (U+251B), while └ is a different box-drawing corner with different line weight and Unicode codepoint.

Why does the corner look misaligned?

Box-drawing characters usually require a monospace font so each character has the same width and the border aligns correctly.

How do I use ┛ in HTML?

You can insert the HTML entity: ┛ or paste the character directly if your page supports it.

What is the Unicode value for this symbol?

The Unicode codepoint is U+251B.