Feminine Ordinal Indicator vs No-Break Space
VS
Property Comparison
| Property | ª 00AA | 00A0 |
|---|---|---|
| Name | Feminine Ordinal Indicator | No-Break Space |
| Category | Latin Extended | Latin Extended |
| Block | Latin-1 Supplement | Latin-1 Supplement |
| Script | Latn | Zyyy |
| General Category | Other Letter (Lo) | Space Separator (Zs) |
| Bidirectional | L | CS |
Encoding Comparison
| Format | 00AA | 00A0 |
|---|---|---|
| Unicode | U+00AA | U+00A0 |
| HTML Decimal | ª |   |
| HTML Hex | ª |   |
| CSS | \00AA | \00A0 |
| JavaScript | \u{AA} | \u{A0} |
| Python | \u00aa | \u00a0 |
| UTF-8 | c2 aa | c2 a0 |
How to Distinguish
Both Feminine Ordinal Indicator and No-Break Space 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.