Hangzhou Numeral Four vs Horizontal Ellipsis
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://symbolfyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://symbolfyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://symbolfyi.com/entity//)
Use the native HTML custom element.
VS
Property Comparison
| Property | 〤 3024 | … 2026 |
|---|---|---|
| Name | Hangzhou Numeral Four | Horizontal Ellipsis |
| Category | Punctuation | Punctuation |
| Block | CJK Symbols and Punctuation | General Punctuation |
| Script | Hani | Zyyy |
| General Category | Letter Number (Nl) | Other Punctuation (Po) |
| Bidirectional | L | ON |
Encoding Comparison
| Format | 3024 | 2026 |
|---|---|---|
| Unicode | U+3024 | U+2026 |
| HTML Decimal | 〤 | … |
| HTML Hex | 〤 | … |
| CSS | \3024 | \2026 |
| JavaScript | \u{3024} | \u{2026} |
| Python | \u3024 | \u2026 |
| UTF-8 | e3 80 a4 | e2 80 a6 |
How to Distinguish
Both Hangzhou Numeral Four and Horizontal Ellipsis 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.