Latin Small Letter O With Double Grave vs Latin Small Letter Z With Swash Tail
VS
Property Comparison
| Property | ȍ 020D | ɀ 0240 |
|---|---|---|
| Name | Latin Small Letter O With Double Grave | Latin Small Letter Z With Swash Tail |
| 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 | 0240 |
|---|---|---|
| Unicode | U+020D | U+0240 |
| HTML Decimal | ȍ | ɀ |
| HTML Hex | ȍ | ɀ |
| CSS | \020D | \0240 |
| JavaScript | \u{20D} | \u{240} |
| Python | \u020d | \u0240 |
| UTF-8 | c8 8d | c9 80 |
How to Distinguish
Both Latin Small Letter O With Double Grave and Latin Small Letter Z With Swash Tail 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.