free-symbols

Box Drawings Heavy Quadruple Dash Vertical Symbol

A box-drawing character showing a heavy vertical line made of quadruple dashes.

U+250B

┋ is a box drawing symbol designed for text-based layouts. It can help separate sections or create a strong vertical divider in plain text, terminals, or UI mockups. Use it with the provided copy and escape codes for consistent rendering.

Box Drawings Heavy Quadruple Dash Vertical Symbol Meaning

┋ (U+250B) is a Unicode box drawing character named “HEAVY QUADRUPLE DASH VERTICAL.” Visually, it appears as a heavy vertical rule built from repeated dashes, making it stand out more than lighter divider characters. It’s commonly used to organize text where you want a clear boundary without relying on graphics. Because it’s part of the Box Drawing block, it works well in monospaced contexts such as terminal output, ASCII/Unicode art, and simple UI separators. If your font doesn’t support the character, it may fall back to a different glyph or a missing symbol square.

Common uses

  • Vertical section dividers in text menus or dashboards
  • Separating columns in monospaced console or terminal output
  • Creating lightweight borders in plain-text reports and logs
  • Styling headings and subheadings in simple documents
  • Designing Unicode-based ASCII/terminal tables

Examples

┋ Heavy quadruple dash vertical

  • Settings ┋ Privacy ┋ Security
  • Name ┋ Role ┋ Status
  • CPU Usage ┋ Memory Usage ┋ Network Usage
  • Chapter 1 ┋ Chapter 2 ┋ Chapter 3
  • Start ┋ Running ┋ Completed

Variations

Ready to copy

Technical codes

UnicodeU+250B
HTML Entity┋
HTML Code┋
CSS\250B

FAQ

What does the Box Drawings Heavy Quadruple Dash Vertical symbol mean?

┋ (U+250B) is a Unicode box drawing character named “HEAVY QUADRUPLE DASH VERTICAL.” Visually, it appears as a heavy vertical rule built from repeated dashes, making it stand out more than lighter divider characters. It’s commonly used to organize text where you want a clear boundary without relying on graphics. Because it’s part of the Box Drawing block, it works well in monospaced contexts such as terminal output, ASCII/Unicode art, and simple UI separators. If your font doesn’t support the character, it may fall back to a different glyph or a missing symbol square.

What Unicode character is ┋?

┋ is U+250B, with the Unicode name “BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL.”

How do I copy ┋ in HTML?

Use the HTML entity: ┋.

How do I use ┋ in CSS or stylesheets?

In CSS, you can use the escape form \\250B.

How do I insert ┋ in JavaScript?

You can use the Unicode escape \\u{250B}.