Two Dot Leader Symbol
The Two Dot Leader (‥) is a punctuation mark used as a subtle “leader” for spacing and continuation in text.
U+2025
The Two Dot Leader (‥) is a punctuation character (Unicode U+2025). It’s commonly used to create a small, consistent visual gap—often alongside other content—without writing out words. Use it when you want neat, compact alignment in plain text.
Two Dot Leader Symbol Meaning
The Two Dot Leader (‥), Unicode U+2025, is a punctuation symbol commonly used as a typographic “leader.” It typically appears as two evenly spaced dots and helps visually connect or separate elements in a line of text. In practical writing and design, it can suggest continuation, indicate a connection between a label and another piece of information (like a time, price, or reference), or act as a tidy filler when aligning text in a single row. Compared with larger ellipses, it stays compact and is often preferred for UI labels, menu items, and simple layouts where spacing control matters.
Common uses
- •Creating cleaner label-to-value lines (e.g., “Warranty‥2 years”) without tabs
- •Using as a subtle continuation marker in compact UI or status text
- •Improving readability in lists where items need gentle separation
- •Filling or aligning columns in plain-text layouts (chat, notes, terminals)
- •Separating sections in short headings or menu items
Examples
‥ Two Dot Leader (U+2025)
- ‥Plan‥Basic
- ‥Total‥$19.99
- ‥Reference‥ID-1042
- ‥ETA‥5 minutes
- ‥Includes‥standard support
Variations
Ready to copy
Technical codes
| Unicode | U+2025 | |
| HTML Entity | ‥ | |
| HTML Code | ‥ | |
| CSS | \2025 |
FAQ
What does the Two Dot Leader symbol mean?
The Two Dot Leader (‥), Unicode U+2025, is a punctuation symbol commonly used as a typographic “leader.” It typically appears as two evenly spaced dots and helps visually connect or separate elements in a line of text. In practical writing and design, it can suggest continuation, indicate a connection between a label and another piece of information (like a time, price, or reference), or act as a tidy filler when aligning text in a single row. Compared with larger ellipses, it stays compact and is often preferred for UI labels, menu items, and simple layouts where spacing control matters.
What is the Two Dot Leader used for?
It’s used as a typographic “leader” for compact spacing and visual connection between items, such as label-to-value text in UI and plain text.
How do I copy this symbol (‥) reliably?
Copy the character directly from this page, or use the Unicode escapes: HTML ‥ or CSS \\\\2025 or JavaScript \\\\u{2025}.
Is it the same as an ellipsis (...) or (…)?
No. The Two Dot Leader is specifically U+2025 and is typically shorter and more minimal than common ellipsis characters.
Where can I use it in software or web text?
You can paste it into documents, design text, and UI strings. For code, prefer the provided escapes (HTML/CSS/JavaScript) when supported.