Latin Small Letter O With Double Grave vs Latin Small Letter Y With Stroke
VS
Property Comparison
| Property | ȍ 020D | ɏ 024F |
|---|---|---|
| Name | Latin Small Letter O With Double Grave | Latin Small Letter Y With Stroke |
| 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 | 024F |
|---|---|---|
| Unicode | U+020D | U+024F |
| HTML Decimal | ȍ | ɏ |
| HTML Hex | ȍ | ɏ |
| CSS | \020D | \024F |
| JavaScript | \u{20D} | \u{24F} |
| Python | \u020d | \u024f |
| UTF-8 | c8 8d | c9 8f |
How to Distinguish
Both Latin Small Letter O With Double Grave and Latin Small Letter Y With Stroke 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.