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