Dashed Overline vs Presentation Form For Vertical Two Dot Leader
VS
Property Comparison
| Property | ﹉ FE49 | ︰ FE30 |
|---|---|---|
| Name | Dashed Overline | Presentation Form For Vertical Two Dot Leader |
| Category | Punctuation | Punctuation |
| Block | CJK Compatibility Forms | CJK Compatibility Forms |
| Script | Zyyy | Zyyy |
| General Category | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | FE49 | FE30 |
|---|---|---|
| Unicode | U+FE49 | U+FE30 |
| HTML Decimal | ﹉ | ︰ |
| HTML Hex | ﹉ | ︰ |
| CSS | \FE49 | \FE30 |
| JavaScript | \u{FE49} | \u{FE30} |
| Python | \ufe49 | \ufe30 |
| UTF-8 | ef b9 89 | ef b8 b0 |
How to Distinguish
Both Dashed Overline and Presentation Form For Vertical Two Dot Leader 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.