Flower Punctuation Mark vs Horizontal Ellipsis
VS
Property Comparison
| Property | ⁕ 2055 | … 2026 |
|---|---|---|
| Name | Flower Punctuation Mark | Horizontal Ellipsis |
| Category | Punctuation | Punctuation |
| Block | General Punctuation | General Punctuation |
| Script | Zyyy | Zyyy |
| General Category | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2055 | 2026 |
|---|---|---|
| Unicode | U+2055 | U+2026 |
| HTML Decimal | ⁕ | … |
| HTML Hex | ⁕ | … |
| CSS | \2055 | \2026 |
| JavaScript | \u{2055} | \u{2026} |
| Python | \u2055 | \u2026 |
| UTF-8 | e2 81 95 | e2 80 a6 |
How to Distinguish
Both Flower Punctuation Mark and Horizontal Ellipsis belong to the Punctuation category and the General 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.