Latin Letter Reversed Esh Loop vs Latin Small Letter O With Caron
VS
Property Comparison
| Property | ƪ 01AA | ǒ 01D2 |
|---|---|---|
| Name | Latin Letter Reversed Esh Loop | Latin Small Letter O With Caron |
| 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 | 01AA | 01D2 |
|---|---|---|
| Unicode | U+01AA | U+01D2 |
| HTML Decimal | ƪ | ǒ |
| HTML Hex | ƪ | ǒ |
| CSS | \01AA | \01D2 |
| JavaScript | \u{1AA} | \u{1D2} |
| Python | \u01aa | \u01d2 |
| UTF-8 | c6 aa | c7 92 |
How to Distinguish
Both Latin Letter Reversed Esh Loop and Latin Small Letter O With Caron 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.