Two Dot Punctuation Symbol
⁚ is the two dot punctuation mark used as a compact separator or typographic punctuation.
U+205A
⁚ is a punctuation character called “two dot punctuation.” It’s useful when you want a distinct, compact visual break in text. You can copy it directly or use its Unicode code point for web and app development.
Two Dot Punctuation Symbol Meaning
⁚ (TWO DOT PUNCTUATION, U+205A) is a Unicode punctuation character represented by two vertically aligned dots. In plain text and typography, it can act as a subtle separator between phrases or items, helping content feel more structured than a space alone. Because it’s specifically encoded as punctuation, it may be preferable to generic symbols (like “:”) when you want a different visual weight or spacing. On the web and in apps, using the correct Unicode code point (HTML entity and escapes) helps ensure the character renders consistently across systems and fonts that support it.
Common uses
- •Separating short headings or labels in UI text
- •Using as a compact divider between metadata fields (e.g., tag: value style)
- •Creating visual rhythm in formatted plain text lists
- •Acting as a typographic separator in design mockups and posters
- •Enhancing readability in chat or notes where you want a distinct break
Examples
⁚ Two Dot Punctuation | Copy & Use
- ⁚Status ⁚ pending
- ⁚Note ⁚ review required
- ⁚Section ⁚ examples
- ⁚Tag ⁚ release
- ⁚Step 1 ⁚ Step 2
Variations
Ready to copy
Technical codes
| Unicode | U+205A | |
| HTML Entity | ⁚ | |
| HTML Code | ⁚ | |
| CSS | \205A |
FAQ
What does the Two Dot Punctuation symbol mean?
⁚ (TWO DOT PUNCTUATION, U+205A) is a Unicode punctuation character represented by two vertically aligned dots. In plain text and typography, it can act as a subtle separator between phrases or items, helping content feel more structured than a space alone. Because it’s specifically encoded as punctuation, it may be preferable to generic symbols (like “:”) when you want a different visual weight or spacing. On the web and in apps, using the correct Unicode code point (HTML entity and escapes) helps ensure the character renders consistently across systems and fonts that support it.
What is the Unicode code point for ⁚?
⁚ is U+205A (TWO DOT PUNCTUATION).
How do I write ⁚ in HTML?
Use the HTML entity ⁚.
How do I escape ⁚ in CSS?
CSS escape: \\205A.
How do I escape ⁚ in JavaScript?
JavaScript escape: \\u{205A}.