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