Presentation Form For Vertical Low Line vs Wavy Overline
VS
Property Comparison
| Property | ︳ FE33 | ﹋ FE4B |
|---|---|---|
| Name | Presentation Form For Vertical Low Line | Wavy Overline |
| 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 | FE4B |
|---|---|---|
| Unicode | U+FE33 | U+FE4B |
| HTML Decimal | ︳ | ﹋ |
| HTML Hex | ︳ | ﹋ |
| CSS | \FE33 | \FE4B |
| JavaScript | \u{FE33} | \u{FE4B} |
| Python | \ufe33 | \ufe4b |
| UTF-8 | ef b8 b3 | ef b9 8b |
How to Distinguish
Both Presentation Form For Vertical Low Line and Wavy Overline 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.