Latin Small Letter O With Caron vs Latin Small Letter O With Ogonek And Macron
VS
Property Comparison
| Property | ǒ 01D2 | ǭ 01ED |
|---|---|---|
| Name | Latin Small Letter O With Caron | Latin Small Letter O With Ogonek 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 | 01D2 | 01ED |
|---|---|---|
| Unicode | U+01D2 | U+01ED |
| HTML Decimal | ǒ | ǭ |
| HTML Hex | ǒ | ǭ |
| CSS | \01D2 | \01ED |
| JavaScript | \u{1D2} | \u{1ED} |
| Python | \u01d2 | \u01ed |
| UTF-8 | c7 92 | c7 ad |
How to Distinguish
Both Latin Small Letter O With Caron and Latin Small Letter O With Ogonek 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.