| Nombre del símbolo | Latin Small Letter O With Macron |
| Versión Unicode | 1.1 |
| Unicode | U+014D |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin small letter o with macron en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Latin Small Letter O With Macron en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\014D |
| Código hexadecimal | 0x014D |
| Código HTML | ō |
| LaTeX | \text{LATINSMALLLETTEROWITHMACRON} |
| Símbolo | ō |
| Codificación URL (porcentaje UTF-8) | %C5%8D |
| Nombre oral / lector de pantalla | Latin Small Letter O With Macron |