free-symbols

Box Drawings Down Heavy And Left Up Light Symbol

┧ is a box-drawing character that combines a heavy down stroke with a light upward-left connection.

U+2527

┧ is part of the Box Drawing set and is commonly used to build structured ASCII/terminal interfaces. Because it uses mixed stroke weights, it can help visually guide direction in a layout. Copy it directly into plain text, code, or design mockups.

Box Drawings Down Heavy And Left Up Light Symbol Meaning

The character ┧ (Unicode U+2527) is named “BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT.” In practice, it depicts a corner/connection where one side is drawn heavier downward, while the opposite connection toward the upper-left is lighter. This makes it useful when you want a subtle direction cue—such as emphasizing a vertical branch or creating a stylized join in a text-based diagram. Like many box-drawing symbols, its meaning is primarily visual: it helps create consistent borders, connectors, and grid-like structures without needing images.

Common uses

  • Creating text-based UI panels and framed sections in terminals
  • Designing ASCII/console diagrams with direction-aware connectors
  • Building structured outlines, menus, or dashboards in plain text
  • Styling separators and joins in log viewers or status displays
  • Enhancing readability of schematics or flow charts in documentation

Examples

┧ Box Drawings Down Heavy and Left Up Light

  • ┌─ System ─┐
  • Status ┧ Active
  • Flow: ┧ leads to Step 2
  • Network node ┧ connected
  • Menu: File ┧ Edit

Variations

Ready to copy

Technical codes

UnicodeU+2527
HTML Entity┧
HTML Code┧
CSS\2527

FAQ

What is the Unicode and HTML entity for ┧?

The Unicode code point is U+2527. The HTML entity is ┧.

Can I use ┧ in terminal apps and plain text?

Yes, ┧ is commonly used in monospaced text environments. Font support varies, so appearance may differ if your font doesn’t include the character.

What does the “down heavy and left up light” part mean visually?

It describes the stroke emphasis: the connection going down is heavier, while the connection toward the upper-left is lighter, creating a subtle direction cue.

How do I copy ┧ into code or documents?

You can paste the character directly, or use the escapes such as CSS \\2527 or JavaScript \\u{2527} (depending on your language/tooling).