| Nom du symbole | Latin Capital Letter O With Macron |
| Version Unicode | 1.1 |
| Unicode | U+014C |
| Bloc Unicode | |
| Catégorie générale | Uppercase Letter (Lu) |
| UTF-8 | C5 8C |
| UTF-16 | 014C |
| UTF-32 | 0000014C |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTEROWITHMACRON}4\end{document}Vous pouvez saisir le symbole latin capital letter o with macron sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 332 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter o with macron", or use Unicode Hex Input with 014C.
Ctrl + Shift + U, type 014c, 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-capital-letter-o-with-macron::before { content: "\014C"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ō</span>La représentation du symbole Latin Capital Letter O With Macron dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u014C' or String.fromCodePoint(332) |
| Python | '\N{LATIN CAPITAL LETTER O WITH MACRON}' or chr(332) |
| Rust | '\u{014C}' |
| C / C++ | UTF-8 source or wchar_t with U+014C |
| Go | string(rune(0x014C)) |
| Ruby | "\u{014C}" |
| Code CSS |
\014C |
| Code hexadécimal | 0x014C |
| Code HTML | Ō |
| LaTeX | \text{LATINCAPITALLETTEROWITHMACRON} |
| Symbole | Ō |
| Encodage URL (pourcent UTF-8) | %C5%8C |
| Nom oral / lecteur d’écran | Latin Capital Letter O With Macron |