Feminine Ordinal Indicator vs Macron
VS
Property Comparison
| Property | ª 00AA | ¯ 00AF |
|---|---|---|
| Name | Feminine Ordinal Indicator | Macron |
| Category | Latin Extended | Latin Extended |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Latn | Zyyy |
| General Category | Other Letter (Lo) | Modifier Symbol (Sk) |
| Bidirectional | L | ON |
Encoding Comparison
| Format | 00AA | 00AF |
|---|---|---|
| Unicode | U+00AA | U+00AF |
| HTML Decimal | ª | ¯ |
| HTML Hex | ª | ¯ |
| CSS | \00AA | \00AF |
| JavaScript | \u{AA} | \u{AF} |
| Python | \u00aa | \u00af |
| UTF-8 | c2 aa | c2 af |
How to Distinguish
Both Feminine Ordinal Indicator and Macron 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.