| Nombre del símbolo | Latin Small Letter O With Dot Above |
| Versión Unicode | 3.0 |
| Unicode | U+022F |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | C8 AF |
| UTF-16 | 022F |
| UTF-32 | 0000022F |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTEROWITHDOTABOVE}4\end{document}Puedes escribir el símbolo latin small letter o with dot above en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 559 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter o with dot above", or use Unicode Hex Input with 022F.
Ctrl + Shift + U, type 022f, 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-dot-above::before { content: "\022F"; 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 Dot Above en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u022F' or String.fromCodePoint(559) |
| Python | '\N{LATIN SMALL LETTER O WITH DOT ABOVE}' or chr(559) |
| Rust | '\u{022F}' |
| C / C++ | UTF-8 source or wchar_t with U+022F |
| Go | string(rune(0x022F)) |
| Ruby | "\u{022F}" |
| Código CSS |
\022F |
| Código hexadecimal | 0x022F |
| Código HTML | ȯ |
| LaTeX | \text{LATINSMALLLETTEROWITHDOTABOVE} |
| Símbolo | ȯ |
| Codificación URL (porcentaje UTF-8) | %C8%AF |
| Nombre oral / lector de pantalla | Latin Small Letter O With Dot Above |