Latin Small Letter O With Double Grave vs Latin Small Letter Z With Hook
VS
Property Comparison
| Property | ȍ 020D | ȥ 0225 |
|---|---|---|
| Name | Latin Small Letter O With Double Grave | Latin Small Letter Z With Hook |
| 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 | 020D | 0225 |
|---|---|---|
| Unicode | U+020D | U+0225 |
| HTML Decimal | ȍ | ȥ |
| HTML Hex | ȍ | ȥ |
| CSS | \020D | \0225 |
| JavaScript | \u{20D} | \u{225} |
| Python | \u020d | \u0225 |
| UTF-8 | c8 8d | c8 a5 |
How to Distinguish
Both Latin Small Letter O With Double Grave and Latin Small Letter Z With Hook 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.