Ditto Mark vs Hangzhou Numeral Thirty
VS
Property Comparison
| Property | 〃 3003 | 〺 303A |
|---|---|---|
| Name | Ditto Mark | Hangzhou Numeral Thirty |
| Category | Punctuation | Punctuation |
| Block | CJK Symbols and Punctuation | CJK Symbols and Punctuation |
| Script | Zyyy | Hani |
| General Category | Other Punctuation (Po) | Letter Number (Nl) |
| Bidirectional | ON | L |
Encoding Comparison
| Format | 3003 | 303A |
|---|---|---|
| Unicode | U+3003 | U+303A |
| HTML Decimal | 〃 | 〺 |
| HTML Hex | 〃 | 〺 |
| CSS | \3003 | \303A |
| JavaScript | \u{3003} | \u{303A} |
| Python | \u3003 | \u303a |
| UTF-8 | e3 80 83 | e3 80 ba |
How to Distinguish
Both Ditto Mark and Hangzhou Numeral Thirty belong to the Punctuation category and the CJK Symbols and 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.