| Nom du symbole | Feminine Ordinal Indicator |
| Version Unicode | 1.1 |
| Unicode | U+00AA |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| UTF-8 | C2 AA |
| UTF-16 | 00AA |
| UTF-32 | 000000AA |
1\documentclass{article}2\usepackage{pifont}31^{\text{a}}4\end{document}Vous pouvez saisir le symbole feminine ordinal indicator sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Feminine Ordinal Indicator dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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" |
| Code CSS |
\00AA |
| Code hexadécimal | 0x00AA |
| Code HTML | ª |
| LaTeX | 1^{\text{a}} |
| Symbole | ª |
| Encodage URL (pourcent UTF-8) | %C2%AA |
| Nom oral / lecteur d’écran | Feminine Ordinal Indicator |