Double Prime Quotation Mark vs Hangzhou Numeral Thirty
VS
Property Comparison
| Property | 〞 301E | 〺 303A |
|---|---|---|
| Name | Double Prime Quotation Mark | Hangzhou Numeral Thirty |
| Category | Punctuation | Punctuation |
| Block | CJK Symbols and Punctuation | CJK Symbols and Punctuation |
| Script | Zyyy | Hani |
| General Category | Close Punctuation (Pe) | Letter Number (Nl) |
| Bidirectional | ON | L |
Encoding Comparison
| Format | 301E | 303A |
|---|---|---|
| Unicode | U+301E | U+303A |
| HTML Decimal | 〞 | 〺 |
| HTML Hex | 〞 | 〺 |
| CSS | \301E | \303A |
| JavaScript | \u{301E} | \u{303A} |
| Python | \u301e | \u303a |
| UTF-8 | e3 80 9e | e3 80 ba |
How to Distinguish
Both Double Prime Quotation 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.