free-symbols

Box Drawings Light Up And Heavy Down Symbol

╽ is a box-drawing character with a light upper stroke and a heavy lower stroke.

U+257D

╽ is a box drawing symbol used to create structured lines in text-based layouts. It’s handy when you want a visual emphasis difference between the upper and lower strokes. You can copy it directly or use standard Unicode escape formats in code.

Box Drawings Light Up And Heavy Down Symbol Meaning

The character ╽ (Unicode U+257D) is a box-drawing element: “light up and heavy down.” In practice, it provides an asymmetric divider or connector effect—typically showing a lighter line in the upper direction and a heavier line in the lower direction. This makes it useful for building UI-like layouts in plain text, such as borders, separators, or panel connectors where you want a subtle visual hierarchy. Because it belongs to the Box Drawing block, it’s intended to be used in monospaced or grid-based text contexts for best alignment and appearance.

Common uses

  • Creating text-based panel separators with a strong lower emphasis
  • Designing simple terminal or console UI lines and dividers
  • Building ASCII-style dashboards and status blocks with mixed line weights
  • Styling timeline or section markers where the top is lighter than the bottom
  • Adding decorative connectors in monospaced art and character grids

Examples

╽ Box Drawings Light Up and Heavy Down

  • Title ╽ Section
  • [Header] ╽ [Body]
  • Top light ╽ Bottom heavy
  • Step 1: ╽ Step 2
  • Panel A ╽ Panel B

Variations

Ready to copy

Technical codes

UnicodeU+257D
HTML Entity╽
HTML Code╽
CSS\257D

FAQ

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

The character ╽ (Unicode U+257D) is a box-drawing element: “light up and heavy down.” In practice, it provides an asymmetric divider or connector effect—typically showing a lighter line in the upper direction and a heavier line in the lower direction. This makes it useful for building UI-like layouts in plain text, such as borders, separators, or panel connectors where you want a subtle visual hierarchy. Because it belongs to the Box Drawing block, it’s intended to be used in monospaced or grid-based text contexts for best alignment and appearance.

What is the Unicode value of ╽?

╽ is U+257D, named “BOX DRAWINGS LIGHT UP AND HEAVY DOWN.”

How can I copy ╽ into HTML?

Use the HTML entity: ╽

What escape can I use in CSS?

Use: \\257D

What escape can I use in JavaScript?

Use: \\u{257D}