| Symbol Name | Latin Small Letter O With Macron |
| Unicode Version | 1.1 |
| Unicode | U+014D |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code |
| UTF-8 | C5 8D |
| UTF-16 | 014D |
| UTF-32 | 0000014D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEROWITHMACRON}4\end{document}You can type the latin small letter o with macron symbol on most modern devices with the help of following methods:
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>Latin Small Letter O With Macron symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\014D |
| Hex Code | 0x014D |
| HTML Code | ō |
| LaTeX | \text{LATINSMALLLETTEROWITHMACRON} |
| Symbol | ō |
| URL encode (UTF-8 percent) | %C5%8D |
| Spoken / screen reader name | Latin Small Letter O With Macron |