Dagger vs Hangzhou Numeral Six
VS
Property Comparison
| Property | † 2020 | 〦 3026 |
|---|---|---|
| Name | Dagger | Hangzhou Numeral Six |
| Category | Punctuation | Punctuation |
| Block | General Punctuation | CJK Symbols and Punctuation |
| Script | Zyyy | Hani |
| General Category | Other Punctuation (Po) | Letter Number (Nl) |
| Bidirectional | ON | L |
Encoding Comparison
| Format | 2020 | 3026 |
|---|---|---|
| Unicode | U+2020 | U+3026 |
| HTML Decimal | † | 〦 |
| HTML Hex | † | 〦 |
| CSS | \2020 | \3026 |
| JavaScript | \u{2020} | \u{3026} |
| Python | \u2020 | \u3026 |
| UTF-8 | e2 80 a0 | e3 80 a6 |
How to Distinguish
Both Dagger and Hangzhou Numeral Six are in the Punctuation category but reside in different Unicode blocks. Check the codepoint to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.