Latin Capital Letter Small Q With Hook Tail vs Latin Small Letter O With Double Grave
VS
Property Comparison
| Property | Ɋ 024A | ȍ 020D |
|---|---|---|
| Name | Latin Capital Letter Small Q With Hook Tail | 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 | 024A | 020D |
|---|---|---|
| Unicode | U+024A | U+020D |
| HTML Decimal | Ɋ | ȍ |
| HTML Hex | Ɋ | ȍ |
| CSS | \024A | \020D |
| JavaScript | \u{24A} | \u{20D} |
| Python | \u024a | \u020d |
| UTF-8 | c9 8a | c8 8d |
How to Distinguish
Both Latin Capital Letter Small Q With Hook Tail 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.