Bullet vs Right Dotted Substitution Bracket
VS
Property Comparison
| Property | • 2022 | ⸅ 2E05 |
|---|---|---|
| Name | Bullet | Right Dotted Substitution Bracket |
| Category | Punctuation | Punctuation |
| Block | General Punctuation | Supplemental Punctuation |
| Script | Zyyy | Zyyy |
| General Category | Other Punctuation (Po) | Final Punctuation (Pf) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 2022 | 2E05 |
|---|---|---|
| Unicode | U+2022 | U+2E05 |
| HTML Decimal | • | ⸅ |
| HTML Hex | • | ⸅ |
| CSS | \2022 | \2E05 |
| JavaScript | \u{2022} | \u{2E05} |
| Python | \u2022 | \u2e05 |
| UTF-8 | e2 80 a2 | e2 b8 85 |
How to Distinguish
Both Bullet and Right Dotted Substitution 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.