ª
Symbols

Feminine Ordinal Indicator ª

The feminine ordinal indicator (ª) is a superscript letter 'a' used in Spanish, Portuguese, Italian, and other Romance languages to form feminine ordinal numbers (1ª = primera). It is a distinct character from a regular superscript 'a' and has specific typographic properties.

All Representations

Named Entity
ª
Decimal Code
ª
Hex Code
ª
Unicode
U+00AA

Rendered Output

ª

ª renders as the character shown above

When to Use Feminine Ordinal Indicator

Use the feminine ordinal indicator in Spanish (1ª for 'primera'), Portuguese, and Italian ordinal numbers. It is essential for correctly rendering ordinals in Romance-language web content. Do not use a regular superscript 'a' as a substitute — the ordinal indicator is the proper character.

Try It — HTML Examples

Named entity in text
<p>Symbol: &ordf;</p>
Decimal reference
<p>Symbol: &#170;</p>
Hex reference
<p>Symbol: &#xAA;</p>
Inside an HTML attribute
<div title="The Feminine Ordinal Indicator: &ordf;">Hover to see</div>

About the Feminine Ordinal Indicator Entity

The Feminine Ordinal Indicator character (ª) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &ordf;, the decimal numeric character reference &#170;, or the hexadecimal numeric reference &#xAA;. The character is assigned Unicode code point U+00AA in the Universal Character Set.

The feminine ordinal indicator (ª) is a superscript letter 'a' used in Spanish, Portuguese, Italian, and other Romance languages to form feminine ordinal numbers (1ª = primera). It is a distinct character from a regular superscript 'a' and has specific typographic properties.

Symbol entities encompass a wide variety of special characters used in legal disclaimers, intellectual property notices, typographic ornaments, card suit indicators, and miscellaneous notation throughout web content. These characters appear in website footers for copyright notices, product pages for trademark symbols, academic papers for dagger footnote markers, and decorative or gaming contexts for card suits and stars.

When deciding how to encode the Feminine Ordinal Indicator character in your HTML documents, the named entity &ordf; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#170; and hexadecimal form &#xAA; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the feminine ordinal indicator in Spanish (1ª for 'primera'), Portuguese, and Italian ordinal numbers. It is essential for correctly rendering ordinals in Romance-language web content. Do not use a regular superscript 'a' as a substitute — the ordinal indicator is the proper character.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.