Latin Small Letter D With Topbar vs Latin Small Letter O With Diaeresis And Macron
VS
Property Comparison
| Property | ƌ 018C | ȫ 022B |
|---|---|---|
| Name | Latin Small Letter D With Topbar | Latin Small Letter O With Diaeresis And Macron |
| Category | Latin Extended | Latin Extended |
| Block | Latin Extended-B | Latin Extended-B |
| Script | Latn | Latn |
| General Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 018C | 022B |
|---|---|---|
| Unicode | U+018C | U+022B |
| HTML Decimal | ƌ | ȫ |
| HTML Hex | ƌ | ȫ |
| CSS | \018C | \022B |
| JavaScript | \u{18C} | \u{22B} |
| Python | \u018c | \u022b |
| UTF-8 | c6 8c | c8 ab |
How to Distinguish
Both Latin Small Letter D With Topbar and Latin Small Letter O With Diaeresis And Macron belong to the Latin Extended category and the Latin Extended-B 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.