Black Leftwards Bullet vs Fullwidth Digit Five
VS
Property Comparison
| Property | ⁌ 204C | 5 FF15 |
|---|---|---|
| Name | Black Leftwards Bullet | Fullwidth Digit Five |
| Category | Punctuation | Punctuation |
| Block | General Punctuation | Halfwidth and Fullwidth Forms |
| Script | Zyyy | Zyyy |
| General Category | Other Punctuation (Po) | Decimal Number (Nd) |
| Bidirectional | ON | EN |
Encoding Comparison
| Format | 204C | FF15 |
|---|---|---|
| Unicode | U+204C | U+FF15 |
| HTML Decimal | ⁌ | 5 |
| HTML Hex | ⁌ | 5 |
| CSS | \204C | \FF15 |
| JavaScript | \u{204C} | \u{FF15} |
| Python | \u204c | \uff15 |
| UTF-8 | e2 81 8c | ef bc 95 |
How to Distinguish
Both Black Leftwards Bullet and Fullwidth Digit Five 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.