| Symbolname | Feminine Ordinal Indicator |
| Unicode-Version | 1.1 |
| Unicode | U+00AA |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code |
| UTF-8 | C2 AA |
| UTF-16 | 00AA |
| UTF-32 | 000000AA |
1\documentclass{article}2\usepackage{pifont}31^{\text{a}}4\end{document}Sie können das Symbol feminine ordinal indicator auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 170 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "feminine ordinal indicator", or use Unicode Hex Input with 00AA.
Ctrl + Shift + U, type 00aa, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with enclosed numeral support.
1span.feminine-ordinal-indicator::before { content: "\00AA"; }1<span>ª</span>Die Darstellung des Symbols Feminine Ordinal Indicator in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u00AA' or String.fromCodePoint(0x00AA) |
| Python | '\N{FEMININE ORDINAL INDICATOR}' or chr(170) |
| Rust | '\u{00AA}' |
| C / C++ | UTF-8 source or wchar_t with U+00AA |
| Go | string(rune(0x00AA)) |
| Ruby | "\u00AA" |
\00AA |
| Hexadezimalcode | 0x00AA |
| HTML-Code | ª |
| LaTeX | 1^{\text{a}} |
| Symbol | ª |
| URL-Kodierung (UTF-8-Prozent) | %C2%AA |
| Ansagename (Screenreader) | Feminine Ordinal Indicator |