Latin Capital Letter Ae vs Latin Capital Letter I With Circumflex
VS
Property Comparison
| Property | Æ 00C6 | Î 00CE |
|---|---|---|
| Name | Latin Capital Letter Ae | Latin Capital Letter I With Circumflex |
| Category | Latin Extended | Latin Extended |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Latn | Latn |
| General Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 00C6 | 00CE |
|---|---|---|
| Unicode | U+00C6 | U+00CE |
| HTML Decimal | Æ | Î |
| HTML Hex | Æ | Î |
| CSS | \00C6 | \00CE |
| JavaScript | \u{C6} | \u{CE} |
| Python | \u00c6 | \u00ce |
| UTF-8 | c3 86 | c3 8e |
How to Distinguish
Both Latin Capital Letter Ae and Latin Capital Letter I With Circumflex 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.