free-symbols

Box Drawings Right Up Heavy And Left Down Light Symbol

╄ is a box-drawing corner-style character with a heavy right-up stroke and a light left-down stroke.

U+2544

╄ (U+2544) is part of the Box Drawing block. It’s used to build ASCII/Unicode frames, borders, and simple diagrams with consistent stroke weights.

Box Drawings Right Up Heavy And Left Down Light Symbol Meaning

╄ is a box-drawing glyph from the Unicode “Box Drawing” range (U+2544). Its name describes its strokes: a heavy line going to the right and up, paired with a light line going to the left and down. In practice, it helps you join lines in a text layout where different visual weights are helpful—such as creating a sense of direction, layering, or emphasis in a border. Because it’s a single character, it’s convenient when you want one-cell corner or connector behavior without needing multi-character drawing tricks.

Common uses

  • ASCII/Unicode UI frames where different line weights improve readability
  • Text-based diagrams and flowcharts that require consistent box-drawing characters
  • Terminal dashboards and status panels using Unicode line art
  • Chat/README schematics where compact connectors look cleaner than ASCII alternatives
  • Mockups in documentation that mix heavy and light strokes for structure

Examples

╄ Box Drawings Right Up Heavy and Left Down Light

  • ┏━━╄━━┓
  • ┃ Item A ╄ Item B ┃
  • ┗━━╄━━┛
  • Box corner: ╄ connected to neighboring lines
  • Status panel ╄ section divider

Variations

Ready to copy

Technical codes

UnicodeU+2544
HTML Entity╄
HTML Code╄
CSS\2544

FAQ

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

╄ is a box-drawing glyph from the Unicode “Box Drawing” range (U+2544). Its name describes its strokes: a heavy line going to the right and up, paired with a light line going to the left and down. In practice, it helps you join lines in a text layout where different visual weights are helpful—such as creating a sense of direction, layering, or emphasis in a border. Because it’s a single character, it’s convenient when you want one-cell corner or connector behavior without needing multi-character drawing tricks.

What Unicode character is ╄?

╄ is the Unicode character “BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT” with code point U+2544.

How do I copy ╄ into code or text?

You can copy the character directly, or use one of these escapes: HTML ╄ or CSS/JS escapes (CSS \\2544, JavaScript \\u{2544}).

Where does ╄ fit in box-drawing layouts?

It’s typically used where you need a connector that visually matches a heavy right-up stroke and a light left-down stroke, such as specific corner/connector joins in line-art UI.

Will it work in terminals and chat apps?

It usually works anywhere Unicode is supported, but exact appearance can vary by font; test in your target environment to confirm stroke weights look right.