Presentation Form For Vertical Low Line vs Sesame Dot
VS
Property Comparison
| Property | ︳ FE33 | ﹅ FE45 |
|---|---|---|
| Name | Presentation Form For Vertical Low Line | Sesame Dot |
| Category | Punctuation | Punctuation |
| Block | CJK Compatibility Forms | CJK Compatibility Forms |
| Script | Zyyy | Zyyy |
| General Category | Connector Punctuation (Pc) | Other Punctuation (Po) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | FE33 | FE45 |
|---|---|---|
| Unicode | U+FE33 | U+FE45 |
| HTML Decimal | ︳ | ﹅ |
| HTML Hex | ︳ | ﹅ |
| CSS | \FE33 | \FE45 |
| JavaScript | \u{FE33} | \u{FE45} |
| Python | \ufe33 | \ufe45 |
| UTF-8 | ef b8 b3 | ef b9 85 |
How to Distinguish
Both Presentation Form For Vertical Low Line and Sesame Dot belong to the Punctuation category and the CJK Compatibility Forms block. Compare their codepoints and visual rendering to distinguish them.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.