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