Latin Capital Letter H With Caron vs Latin Small Letter O With Double Grave
VS
Property Comparison
| Property | Ȟ 021E | ȍ 020D |
|---|---|---|
| Name | Latin Capital Letter H With Caron | Latin Small Letter O With Double Grave |
| Category | Latin Extended | Latin Extended |
| Block | Latin Extended-B | Latin Extended-B |
| Script | Latn | Latn |
| General Category | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 021E | 020D |
|---|---|---|
| Unicode | U+021E | U+020D |
| HTML Decimal | Ȟ | ȍ |
| HTML Hex | Ȟ | ȍ |
| CSS | \021E | \020D |
| JavaScript | \u{21E} | \u{20D} |
| Python | \u021e | \u020d |
| UTF-8 | c8 9e | c8 8d |
How to Distinguish
Both Latin Capital Letter H With Caron and Latin Small Letter O With Double Grave 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.