Ideographic Number Zero vs Wave Dash
VS
Property Comparison
| Property | 〇 3007 | 〜 301C |
|---|---|---|
| Name | Ideographic Number Zero | Wave Dash |
| Category | Punctuation | Punctuation |
| Block | CJK Symbols and Punctuation | CJK Symbols and Punctuation |
| Script | Hani | Zyyy |
| General Category | Letter Number (Nl) | Dash Punctuation (Pd) |
| Bidirectional | L | ON |
Encoding Comparison
| Format | 3007 | 301C |
|---|---|---|
| Unicode | U+3007 | U+301C |
| HTML Decimal | 〇 | 〜 |
| HTML Hex | 〇 | 〜 |
| CSS | \3007 | \301C |
| JavaScript | \u{3007} | \u{301C} |
| Python | \u3007 | \u301c |
| UTF-8 | e3 80 87 | e3 80 9c |
How to Distinguish
Both Ideographic Number Zero and Wave Dash 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.