Centreline Overline vs Dagger
VS
Property Comparison
| Property | ﹊ FE4A | † 2020 |
|---|---|---|
| Name | Centreline Overline | Dagger |
| Category | Punctuation | Punctuation |
| Block | CJK Compatibility Forms | General Punctuation |
| Script | Zyyy | Zyyy |
| General Category | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | FE4A | 2020 |
|---|---|---|
| Unicode | U+FE4A | U+2020 |
| HTML Decimal | ﹊ | † |
| HTML Hex | ﹊ | † |
| CSS | \FE4A | \2020 |
| JavaScript | \u{FE4A} | \u{2020} |
| Python | \ufe4a | \u2020 |
| UTF-8 | ef b9 8a | e2 80 a0 |
How to Distinguish
Both Centreline Overline and Dagger 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.