Double Wavy Overline vs Presentation Form For Vertical Low Line
VS
Property Comparison
| Property | ﹌ FE4C | ︳ FE33 |
|---|---|---|
| Name | Double Wavy Overline | Presentation Form For Vertical Low Line |
| Category | Punctuation | Punctuation |
| Block | CJK Compatibility Forms | CJK Compatibility Forms |
| Script | Zyyy | Zyyy |
| General Category | Other Punctuation (Po) | Connector Punctuation (Pc) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | FE4C | FE33 |
|---|---|---|
| Unicode | U+FE4C | U+FE33 |
| HTML Decimal | ﹌ | ︳ |
| HTML Hex | ﹌ | ︳ |
| CSS | \FE4C | \FE33 |
| JavaScript | \u{FE4C} | \u{FE33} |
| Python | \ufe4c | \ufe33 |
| UTF-8 | ef b9 8c | ef b8 b3 |
How to Distinguish
Both Double Wavy Overline and Presentation Form For Vertical Low Line 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.