Horizontal Ellipsis vs Presentation Form For Vertical Right Square Bracket
VS
Property Comparison
| Property | … 2026 | ﹈ FE48 |
|---|---|---|
| Name | Horizontal Ellipsis | Presentation Form For Vertical Right Square Bracket |
| Category | Punctuation | Punctuation |
| Block | General Punctuation | CJK Compatibility Forms |
| Script | Zyyy | Zyyy |
| General Category | Other Punctuation (Po) | Close Punctuation (Pe) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2026 | FE48 |
|---|---|---|
| Unicode | U+2026 | U+FE48 |
| HTML Decimal | … | ﹈ |
| HTML Hex | … | ﹈ |
| CSS | \2026 | \FE48 |
| JavaScript | \u{2026} | \u{FE48} |
| Python | \u2026 | \ufe48 |
| UTF-8 | e2 80 a6 | ef b9 88 |
How to Distinguish
Both Horizontal Ellipsis and Presentation Form For Vertical Right Square Bracket 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.