Middle Dot vs Presentation Form For Vertical Right Square Bracket
VS
Property Comparison
| Property | · 00B7 | ﹈ FE48 |
|---|---|---|
| Name | Middle Dot | Presentation Form For Vertical Right Square Bracket |
| Category | Punctuation | Punctuation |
| Block | Latin-1 Supplement | CJK Compatibility Forms |
| Script | Zyyy | Zyyy |
| General Category | Other Punctuation (Po) | Close Punctuation (Pe) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | 00B7 | FE48 |
|---|---|---|
| Unicode | U+00B7 | U+FE48 |
| HTML Decimal | · | ﹈ |
| HTML Hex | · | ﹈ |
| CSS | \00B7 | \FE48 |
| JavaScript | \u{B7} | \u{FE48} |
| Python | \u00b7 | \ufe48 |
| UTF-8 | c2 b7 | ef b9 88 |
How to Distinguish
Both Middle Dot 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.