Latin Small Letter Ae With Acute vs Latin Small Letter O With Double Grave
VS
Property Comparison
| Property | ǽ 01FD | ȍ 020D |
|---|---|---|
| Name | Latin Small Letter Ae With Acute | Latin Small Letter O With Double Grave |
| 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 | 01FD | 020D |
|---|---|---|
| Unicode | U+01FD | U+020D |
| HTML Decimal | ǽ | ȍ |
| HTML Hex | ǽ | ȍ |
| CSS | \01FD | \020D |
| JavaScript | \u{1FD} | \u{20D} |
| Python | \u01fd | \u020d |
| UTF-8 | c7 bd | c8 8d |
How to Distinguish
Both Latin Small Letter Ae With Acute 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.