| Nom du symbole | Masculine Ordinal Indicator |
| Version Unicode | 1.1 |
| Unicode | U+00BA |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| UTF-8 | C2 BA |
| UTF-16 | 00BA |
| UTF-32 | 000000BA |
1\documentclass{article}2\usepackage{pifont}31^{\text{o}}4\end{document}Vous pouvez saisir le symbole masculine ordinal indicator sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 186 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "masculine ordinal indicator", or use Unicode Hex Input with 00BA.
Ctrl + Shift + U, type 00ba, 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.masculine-ordinal-indicator::before { content: "\00BA"; }1<span>º</span>La représentation du symbole Masculine Ordinal Indicator dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u00BA' or String.fromCodePoint(0x00BA) |
| Python | '\N{MASCULINE ORDINAL INDICATOR}' or chr(186) |
| Rust | '\u{00BA}' |
| C / C++ | UTF-8 source or wchar_t with U+00BA |
| Go | string(rune(0x00BA)) |
| Ruby | "\u00BA" |
| Code CSS |
\00BA |
| Code hexadécimal | 0x00BA |
| Code HTML | º |
| LaTeX | 1^{\text{o}} |
| Symbole | º |
| Encodage URL (pourcent UTF-8) | %C2%BA |
| Nom oral / lecteur d’écran | Masculine Ordinal Indicator |