| Nome del simbolo | Latin Small Letter O With Macron |
| Versione Unicode | 1.1 |
| Unicode | U+014D |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| UTF-8 | C5 8D |
| UTF-16 | 014D |
| UTF-32 | 0000014D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEROWITHMACRON}4\end{document}Puoi digitare il simbolo latin small letter o with macron sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 333 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter o with macron", or use Unicode Hex Input with 014D.
Ctrl + Shift + U, type 014d, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-small-letter-o-with-macron::before { content: "\014D"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ō</span>La rappresentazione del simbolo Latin Small Letter O With Macron nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u014D' or String.fromCodePoint(333) |
| Python | '\N{LATIN SMALL LETTER O WITH MACRON}' or chr(333) |
| Rust | '\u{014D}' |
| C / C++ | UTF-8 source or wchar_t with U+014D |
| Go | string(rune(0x014D)) |
| Ruby | "\u{014D}" |
| Codice CSS |
\014D |
| Codice esadecimale | 0x014D |
| Codice HTML | ō |
| LaTeX | \text{LATINSMALLLETTEROWITHMACRON} |
| Simbolo | ō |
| Codifica URL (percentuale UTF-8) | %C5%8D |
| Nome parlato / screen reader | Latin Small Letter O With Macron |