Latin Small Letter O With Caron vs Latin Small Letter Yogh
VS
Property Comparison
| Property | ǒ 01D2 | ȝ 021D |
|---|---|---|
| Name | Latin Small Letter O With Caron | Latin Small Letter Yogh |
| 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 | 021D |
|---|---|---|
| Unicode | U+01D2 | U+021D |
| HTML Decimal | ǒ | ȝ |
| HTML Hex | ǒ | ȝ |
| CSS | \01D2 | \021D |
| JavaScript | \u{1D2} | \u{21D} |
| Python | \u01d2 | \u021d |
| UTF-8 | c7 92 | c8 9d |
How to Distinguish
Both Latin Small Letter O With Caron and Latin Small Letter Yogh 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.