| Nombre del símbolo | Greek Capital Letter Omicron With Oxia |
| Versión Unicode | 1.1 |
| Unicode | U+1FF9 |
| Bloque Unicode | |
| Categoría general | Uppercase Letter (Lu) |
| UTF-8 | E1 BF B9 |
| UTF-16 | 1FF9 |
| UTF-32 | 00001FF9 |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTEROMICRONWITHOXIA}4\end{document}Puedes escribir el símbolo greek capital letter omicron with oxia en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8185 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter omicron with oxia", or use Unicode Hex Input with 1FF9.
Ctrl + Shift + U, type 1ff9, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Greek keyboard.
Paste from this page or use a keyboard with Greek letter support.
1span.greek-capital-letter-omicron-with-oxia::before { content: "\1FF9"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ό</span>La representación del símbolo Greek Capital Letter Omicron With Oxia en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u1FF9' or String.fromCodePoint(8185) |
| Python | '\N{GREEK CAPITAL LETTER OMICRON WITH OXIA}' or chr(8185) |
| Rust | '\u{1FF9}' |
| C / C++ | UTF-8 source or wchar_t with U+1FF9 |
| Go | string(rune(0x1FF9)) |
| Ruby | "\u{1FF9}" |
| Código CSS |
\1FF9 |
| Código hexadecimal | 0x1FF9 |
| Código HTML | Ό |
| LaTeX | \text{GREEKCAPITALLETTEROMICRONWITHOXIA} |
| Símbolo | Ό |
| Codificación URL (porcentaje UTF-8) | %E1%BF%B9 |
| Nombre oral / lector de pantalla | Greek Capital Letter Omicron With Oxia |