Latin Capital Letter Ae vs Latin Small Letter Eth
VS
Comparação de propriedades
| Propriedade | Æ 00C6 | ð 00F0 |
|---|---|---|
| Nome | Latin Capital Letter Ae | Latin Small Letter Eth |
| Categoria | Latin Extended | Latin Extended |
| Bloco | Latin-1 Supplement | Latin-1 Supplement |
| Script | Latn | Latn |
| Categoria geral | Uppercase Letter (Lu) | Lowercase Letter (Ll) |
| Bidirecional | L | L |
Comparação de codificações
| Formato | 00C6 | 00F0 |
|---|---|---|
| Unicode | U+00C6 | U+00F0 |
| HTML Decimal | Æ | ð |
| HTML Hex | Æ | ð |
| CSS | \00C6 | \00F0 |
| JavaScript | \u{C6} | \u{F0} |
| Python | \u00c6 | \u00f0 |
| UTF-8 | c3 86 | c3 b0 |
Como distinguir
Tanto Latin Capital Letter Ae quanto Latin Small Letter Eth pertencem à categoria Latin Extended e ao bloco Latin-1 Supplement. Compare seus pontos de código e renderização visual para distingui-los.
Dica: Cole o caractere em um editor hexadecimal ou use
charCodeAt()
em JavaScript para verificar o ponto de código real.