free-symbols

Box Drawings Heavy Triple Dash Vertical Symbol

┇ is a box-drawing vertical line with triple heavy dashes, useful for separators and structured layouts.

U+2507

The symbol ┇ (U+2507) belongs to the Box Drawing block. It looks like a vertical rule made from repeated heavy dash segments. You can copy it directly or use standard HTML/CSS/JavaScript escapes.

Box Drawings Heavy Triple Dash Vertical Symbol Meaning

┇ (Unicode U+2507) is a box-drawing character: a heavy vertical line built from triple dash segments. In practice, it works as a decorative or functional divider in text UIs where monospaced alignment matters. Designers commonly use it to break sections, add structure to dashboards, or create table-like borders without relying on complex graphics. Because it is part of the Box Drawing set, it tends to render cleanly in terminals and code editors that support the Unicode block, but appearance can vary slightly by font.

Common uses

  • Section dividers in plain-text menus or terminal-style interfaces
  • Visual separators in monospaced layouts and ASCII/Unicode art
  • Table or panel borders when you want a vertical dashed heavy line
  • Styling headings/subheadings in chat bots or command-line help text
  • Lightweight UI decoration in README files and documentation

Examples

┇ Box Drawings Heavy Triple Dash Vertical

  • Menu ┇ Settings
  • Profile ┇ Security
  • Option A ┇ Option B
  • Left panel ┇ Right panel
  • Status ┇ Online / Offline

Variations

Ready to copy

Technical codes

UnicodeU+2507
HTML Entity┇
HTML Code┇
CSS\2507

FAQ

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

┇ (Unicode U+2507) is a box-drawing character: a heavy vertical line built from triple dash segments. In practice, it works as a decorative or functional divider in text UIs where monospaced alignment matters. Designers commonly use it to break sections, add structure to dashboards, or create table-like borders without relying on complex graphics. Because it is part of the Box Drawing set, it tends to render cleanly in terminals and code editors that support the Unicode block, but appearance can vary slightly by font.

What is the Unicode codepoint for ┇?

┇ is U+2507 (Box Drawings Heavy Triple Dash Vertical).

How do I use ┇ in HTML?

Use the entity ┇.

How do I use ┇ in CSS or JavaScript?

CSS escape: \\2507. JavaScript escape: \\u{2507}.

Will ┇ look the same in all fonts?

It should render as a box-drawing character, but exact thickness and spacing can vary by font and environment. Monospaced fonts usually match alignment best.