free-symbols

Horizontal Line Extension Symbol

⎯ is the Horizontal Line Extension character used to extend lines in technical and typographic layouts.

U+23AF

The symbol ⎯ (Horizontal Line Extension) is a Unicode character designed for horizontal line rendering. It’s commonly used when you need a line-like glyph that behaves well in text. You can copy it directly or use the provided HTML, CSS, and JavaScript escapes.

Horizontal Line Extension Symbol Meaning

⎯ (Unicode U+23AF) is named HORIZONTAL LINE EXTENSION. In practice, it’s used as a line segment in text so a horizontal rule or connector can visually continue across content. Unlike the plain hyphen “-”, this character is intended to look like an extended horizontal bar, which makes it useful for UI labels, tables, section dividers, and structured text. In technical documents and typography, it helps indicate continuation, separation, or a “line” element without needing graphics. Because it’s a dedicated Unicode glyph, it can be easier to align consistently in text-based environments.

Common uses

  • Creating text-based section dividers or separators in plain documents
  • Designing simple UI labels and banners where a horizontal bar is needed
  • Building table-like layouts or aligning content in monospaced text
  • Representing connectors or continued lines in technical notes
  • Decorating headings or callouts in chat, email, and documentation

Examples

⎯ Horizontal Line Extension

  • System Status ⎯ All services operational
  • Chapter 3 ⎯ Terminology and scope
  • CPU Load ⎯ 47% / Memory ⎯ 62%
  • Build Output ⎯ Version 1.2.0
  • Note ⎯ Data exported successfully

Variations

Ready to copy

Technical codes

UnicodeU+23AF
HTML Entity⎯
HTML Code⎯
CSS\23AF

FAQ

What does the Horizontal Line Extension symbol mean?

⎯ (Unicode U+23AF) is named HORIZONTAL LINE EXTENSION. In practice, it’s used as a line segment in text so a horizontal rule or connector can visually continue across content. Unlike the plain hyphen “-”, this character is intended to look like an extended horizontal bar, which makes it useful for UI labels, tables, section dividers, and structured text. In technical documents and typography, it helps indicate continuation, separation, or a “line” element without needing graphics. Because it’s a dedicated Unicode glyph, it can be easier to align consistently in text-based environments.

What Unicode character is ⎯?

⎯ is U+23AF, named HORIZONTAL LINE EXTENSION.

How do I copy ⎯ into my text?

Copy the character directly from this page, or paste it using your usual clipboard method. It’s a single Unicode glyph.

What escape can I use in HTML?

Use the HTML entity: ⎯.

What escape can I use in CSS or JavaScript?

CSS escape: \\23AF. JavaScript escape: \\u{23AF}.