One Dot Leader Symbol
The one dot leader (․) is a single-dot punctuation mark often used to create subtle spacing and list-style emphasis.
U+2024
The one dot leader (Unicode U+2024) is a punctuation character consisting of a single raised dot. It’s useful when you want a compact visual separator that stands out from normal periods or commas. Use it anywhere you need a small, consistent “dot” marker.
One Dot Leader Symbol Meaning
The one dot leader (․) is Unicode character U+2024, categorized as punctuation. Visually, it’s a single dot used as a compact separator or marker within text. Compared with a full stop (.), it’s often chosen for typographic styling—such as creating a light “leader” effect or indicating continuation in a more delicate way. You may also see it used in structured writing where a simple dot provides spacing or a subtle cue between items. Its primary value is consistency: it renders as a dedicated punctuation symbol rather than a generic period.
Common uses
- •Creating subtle separators in titles, headings, or labels
- •Marking items in compact lists where a single dot is preferred over a bullet
- •Improving typographic spacing in editorial or layout work
- •Using as a leader-like punctuation mark in text formatting
- •Enhancing UI micro-typography for badges, tags, or status lines
Examples
․ One Dot Leader (U+2024)
- ․Chapter 1․ Introduction
- ․Plan A․ Phase 1
- ․Service hours․ Mon–Fri
- ․Item 3․ Specifications
- ․Option 2․ Details
Variations
Ready to copy
Technical codes
| Unicode | U+2024 | |
| HTML Entity | ․ | |
| HTML Code | ․ | |
| CSS | \2024 |
FAQ
What does the One Dot Leader symbol mean?
The one dot leader (․) is Unicode character U+2024, categorized as punctuation. Visually, it’s a single dot used as a compact separator or marker within text. Compared with a full stop (.), it’s often chosen for typographic styling—such as creating a light “leader” effect or indicating continuation in a more delicate way. You may also see it used in structured writing where a simple dot provides spacing or a subtle cue between items. Its primary value is consistency: it renders as a dedicated punctuation symbol rather than a generic period.
What Unicode character is the one dot leader?
It is Unicode U+2024, named ONE DOT LEADER.
How do I copy the symbol into HTML?
You can use the HTML entity: ․.
What’s the CSS escape for this character?
Use: \\2024.
What JavaScript escape can I use?
Use: \\u{2024}.