Feminine Ordinal Indicator vs Latin Capital Letter Thorn
VS
Property Comparison
| Property | ª 00AA | Þ 00DE |
|---|---|---|
| Name | Feminine Ordinal Indicator | Latin Capital Letter Thorn |
| Category | Latin Extended | Latin Extended |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Latn | Latn |
| General Category | Other Letter (Lo) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | 00AA | 00DE |
|---|---|---|
| Unicode | U+00AA | U+00DE |
| HTML Decimal | ª | Þ |
| HTML Hex | ª | Þ |
| CSS | \00AA | \00DE |
| JavaScript | \u{AA} | \u{DE} |
| Python | \u00aa | \u00de |
| UTF-8 | c2 aa | c3 9e |
How to Distinguish
Both Feminine Ordinal Indicator and Latin Capital Letter Thorn 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.