Middle Dot vs Presentation Form For Vertical Low Line
VS
Property Comparison
| Property | · 00B7 | ︳ FE33 |
|---|---|---|
| Name | Middle Dot | Presentation Form For Vertical Low Line |
| Category | Punctuation | Punctuation |
| Block | Latin-1 Supplement | CJK Compatibility Forms |
| Script | Zyyy | Zyyy |
| General Category | Other Punctuation (Po) | Connector Punctuation (Pc) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 00B7 | FE33 |
|---|---|---|
| Unicode | U+00B7 | U+FE33 |
| HTML Decimal | · | ︳ |
| HTML Hex | · | ︳ |
| CSS | \00B7 | \FE33 |
| JavaScript | \u{B7} | \u{FE33} |
| Python | \u00b7 | \ufe33 |
| UTF-8 | c2 b7 | ef b8 b3 |
How to Distinguish
Both Middle Dot and Presentation Form For Vertical Low Line 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.