free-symbols

Box Drawings Heavy Triple Dash Horizontal Symbol

┅ is a heavy horizontal triple-dash line used as a clean separator in box-drawing layouts.

U+2505

┅ is a box drawing character designed to render a heavy horizontal line made of triple dashes. It’s commonly used where you want a visual divider without a full solid bar. You can copy it directly or insert it using its Unicode code point.

Box Drawings Heavy Triple Dash Horizontal Symbol Meaning

┅ is a box drawing character from the “Box Drawing” set: “heavy triple dash horizontal” (Unicode U+2505, HTML entity ┅, CSS escape \\2505). Visually, it provides a dashed, divider-like horizontal rule that stands out more than a light line while remaining less visually heavy than a solid bar. In practice, it helps structure text-based layouts such as menus, panels, command-line outputs, and form previews. Because it’s a single Unicode character, it can be used reliably in plain text, UI mockups, and simple web content where box-drawing characters are supported.

Common uses

  • Creating section dividers in plain-text documents and templates
  • Designing menu separators in terminal-style interfaces
  • Using as a horizontal rule in code blocks, logs, and CLI output
  • Building lightweight panel borders or table separators in monospaced layouts
  • Improving readability in chat-style layouts with structured rows

Examples

┅ Heavy Triple Dash Horizontal

  • Settings ┅ Privacy
  • Status: OK ┅ Updated today
  • Step 1 ┅ Step 2 ┅ Step 3
  • Item A ┅ Item B ┅ Item C
  • Header ┅ Subheader

Variations

Ready to copy

Technical codes

UnicodeU+2505
HTML Entity┅
HTML Code┅
CSS\2505

FAQ

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

┅ is a box drawing character from the “Box Drawing” set: “heavy triple dash horizontal” (Unicode U+2505, HTML entity ┅, CSS escape \\2505). Visually, it provides a dashed, divider-like horizontal rule that stands out more than a light line while remaining less visually heavy than a solid bar. In practice, it helps structure text-based layouts such as menus, panels, command-line outputs, and form previews. Because it’s a single Unicode character, it can be used reliably in plain text, UI mockups, and simple web content where box-drawing characters are supported.

What Unicode character is ┅?

┅ is U+2505, named “BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL”.

How do I type or insert ┅ in HTML?

Use the HTML entity: ┅ or paste the character directly.

What is the CSS escape for ┅?

In CSS, you can use \\2505 to represent the character.

Will ┅ always display correctly?

It depends on font and platform support for Unicode box-drawing characters. Monospace or UI fonts usually render it as intended.