Ideographic Number Zero vs Right White Corner Bracket
VS
Property Comparison
| Property | 〇 3007 | 』 300F |
|---|---|---|
| Name | Ideographic Number Zero | Right White Corner 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 | 3007 | 300F |
|---|---|---|
| Unicode | U+3007 | U+300F |
| HTML Decimal | 〇 | 』 |
| HTML Hex | 〇 | 』 |
| CSS | \3007 | \300F |
| JavaScript | \u{3007} | \u{300F} |
| Python | \u3007 | \u300f |
| UTF-8 | e3 80 87 | e3 80 8f |
How to Distinguish
Both Ideographic Number Zero and Right White Corner 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.