Latin Capital Letter Ae vs Latin Small Letter I With Diaeresis
VS
Property Comparison
| Property | Æ 00C6 | ï 00EF |
|---|---|---|
| Name | Latin Capital Letter Ae | Latin Small Letter I With Diaeresis |
| Category | Latin Extended | Latin Extended |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Latn | Latn |
| General Category | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 00C6 | 00EF |
|---|---|---|
| Unicode | U+00C6 | U+00EF |
| HTML Decimal | Æ | ï |
| HTML Hex | Æ | ï |
| CSS | \00C6 | \00EF |
| JavaScript | \u{C6} | \u{EF} |
| Python | \u00c6 | \u00ef |
| UTF-8 | c3 86 | c3 af |
How to Distinguish
Both Latin Capital Letter Ae and Latin Small Letter I With Diaeresis belong to the Latin Extended category and the Latin-1 Supplement 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.