| Nome del simbolo | Masculine Ordinal Indicator |
| Versione Unicode | 1.1 |
| Unicode | U+00BA |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo masculine ordinal indicator sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Masculine Ordinal Indicator nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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" |
| Codice CSS |
\00BA |
| Codice esadecimale | 0x00BA |
| Codice HTML | º |
| LaTeX | 1^{\text{o}} |
| Simbolo | º |
| Codifica URL (percentuale UTF-8) | %C2%BA |
| Nome parlato / screen reader | Masculine Ordinal Indicator |