Double Hyphen Symbol
⹀ is the double hyphen punctuation mark (U+2E40) used for typographic separation and emphasis.
U+2E40
The symbol ⹀ (double hyphen) is a punctuation character with a compact, doubled-stroke look. It’s often used as a subtle typographic marker in text. This page helps you copy it and use the correct code in HTML, CSS, and JavaScript.
Double Hyphen Symbol Meaning
⹀ is the Unicode punctuation character named “DOUBLE HYPHEN” (U+2E40). Visually, it resembles two hyphens grouped together, making it useful when you want a slightly stronger divider than a single dash, but without the spacing or length of longer rules. In writing and design, it can indicate a pause, separation, or a lightweight stylistic marker between parts of a label, title, or caption. It may also be used in UI text, posters, or typographic layouts where a custom separator is preferred over standard hyphens and em dashes.
Common uses
- •Acting as a typographic separator in headings and subheadings
- •Creating a compact pause between clauses in short captions
- •Using as a visual divider in UI labels and tooltips
- •Styling list items or metadata lines where a single hyphen feels too weak
- •Enhancing banner or poster text by substituting a dash-like punctuation mark
Examples
⹀ Double Hyphen Symbol
- ⹀Design ⹀ Draft ⹀ Launch
- ⹀Model ⹀ Version 2.1
- ⹀Terms ⹀ Privacy
- ⹀Update ⹀ Restart required
- ⹀Tip ⹀ Use proper punctuation
Variations
Ready to copy
Technical codes
| Unicode | U+2E40 | |
| HTML Entity | ⹀ | |
| HTML Code | ⹀ | |
| CSS | \2E40 |
FAQ
What does the Double Hyphen symbol mean?
⹀ is the Unicode punctuation character named “DOUBLE HYPHEN” (U+2E40). Visually, it resembles two hyphens grouped together, making it useful when you want a slightly stronger divider than a single dash, but without the spacing or length of longer rules. In writing and design, it can indicate a pause, separation, or a lightweight stylistic marker between parts of a label, title, or caption. It may also be used in UI text, posters, or typographic layouts where a custom separator is preferred over standard hyphens and em dashes.
What Unicode character is ⹀?
⹀ is the Unicode character named “DOUBLE HYPHEN” with code point U+2E40.
How do I type ⹀ in HTML?
Use the HTML entity: ⹀
How can I use ⹀ in CSS?
You can use the CSS escape: \\2E40
What about JavaScript escaping for ⹀?
Use the JavaScript escape: \\u{2E40}