EN DASH vs MINUS SIGN
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
–
EN DASH
U+2013
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
−
MINUS SIGN
U+2212
View details →
VS
Property Comparison
| Property | – U+2013 | − U+2212 |
|---|---|---|
| Name | EN DASH | MINUS SIGN |
| Block | General Punctuation | Mathematical Operators |
| Script | Zyyy | Zyyy |
| Category | Dash Punctuation (Pd) | Math Symbol (Sm) |
| Bidirectional | ON | ES |
Encoding Comparison
| Format | U+2013 | U+2212 |
|---|---|---|
| unicode | U+2013 | U+2212 |
| decimal | 8211 | 8722 |
| htmldecimal | – | − |
| htmlhex | – | − |
| css | \2013 | \2212 |
| javascript | \u{2013} | \u{2212} |
| python | \u2013 | \u2212 |
| java | \u2013 | \u2212 |
| go | \u2013 | \u2212 |
| ruby | \u{2013} | \u{2212} |
| rust | \u{2013} | \u{2212} |
| ccpp | \u2013 | \u2212 |
| urlencoded | %E2%80%93 | %E2%88%92 |
| utf8bytes | e2 80 93 | e2 88 92 |
| utf16bebytes | 20 13 | 22 12 |
| utf32bebytes | 00 00 20 13 | 00 00 22 12 |
| htmlentity | – | − |
How to Distinguish
Both characters use the Zyyy script but are in different blocks: EN DASH in General Punctuation and MINUS SIGN in Mathematical Operators.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.