Latin Small Letter O With Diaeresis And Macron vs Latin Small Letter U With Diaeresis And Grave
VS
Property Comparison
| Property | ȫ 022B | ǜ 01DC |
|---|---|---|
| Name | Latin Small Letter O With Diaeresis And Macron | Latin Small Letter U With Diaeresis And Grave |
| 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 | 022B | 01DC |
|---|---|---|
| Unicode | U+022B | U+01DC |
| HTML Decimal | ȫ | ǜ |
| HTML Hex | ȫ | ǜ |
| CSS | \022B | \01DC |
| JavaScript | \u{22B} | \u{1DC} |
| Python | \u022b | \u01dc |
| UTF-8 | c8 ab | c7 9c |
How to Distinguish
Both Latin Small Letter O With Diaeresis And Macron and Latin Small Letter U With Diaeresis And Grave 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.