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