Commercial Minus Sign vs Reversed Prime
VS
Property Comparison
| Property | ⁒ 2052 | ‵ 2035 |
|---|---|---|
| Name | Commercial Minus Sign | Reversed Prime |
| Category | Punctuation | Punctuation |
| Block | General Punctuation | General Punctuation |
| Script | Zyyy | Zyyy |
| General Category | Math Symbol (Sm) | Other Punctuation (Po) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2052 | 2035 |
|---|---|---|
| Unicode | U+2052 | U+2035 |
| HTML Decimal | ⁒ | ‵ |
| HTML Hex | ⁒ | ‵ |
| CSS | \2052 | \2035 |
| JavaScript | \u{2052} | \u{2035} |
| Python | \u2052 | \u2035 |
| UTF-8 | e2 81 92 | e2 80 b5 |
How to Distinguish
Both Commercial Minus Sign and Reversed Prime belong to the Punctuation category and the General Punctuation block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.