HTML Entity/Symbolª(FEMININE ORDINAL INDICATOR )

ª
Copy this symbol

FEMININE ORDINAL INDICATOR

Click on any of the following code values to copy to clipboard.

ª
ª
U+000AA
\00aa
ª

HTML Examples

Using HTML Code value in HTML file

<span> &#170; </span>

Using HTML Entity value in HTML file

<span> &ordf; </span>

CSS Example

Using CSS content code of the HTML entity &ordf; to specify in a CSS file

span { 
    content: "\00aa";
}
All HTML Symbols