| Symbol Name | Greek Small Letter Omicron With Tonos |
| Unicode Version | 1.1 |
| Unicode | U+03CC |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code |
| UTF-8 | CF 8C |
| UTF-16 | 03CC |
| UTF-32 | 000003CC |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKSMALLLETTEROMICRONWITHTONOS}4\end{document}You can type the greek small letter omicron with tonos symbol on most modern devices with the help of following methods:
Alt + 972 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek small letter omicron with tonos", or use Unicode Hex Input with 03CC.
Ctrl + Shift + U, type 03cc, 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-small-letter-omicron-with-tonos::before { content: "\03CC"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>ό</span>Greek Small Letter Omicron With Tonos symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u03CC' or String.fromCodePoint(972) |
| Python | '\N{GREEK SMALL LETTER OMICRON WITH TONOS}' or chr(972) |
| Rust | '\u{03CC}' |
| C / C++ | UTF-8 source or wchar_t with U+03CC |
| Go | string(rune(0x03CC)) |
| Ruby | "\u{03CC}" |
\03CC |
| Hex Code | 0x03CC |
| HTML Code | ό |
| LaTeX | \text{GREEKSMALLLETTEROMICRONWITHTONOS} |
| Symbol | ό |
| URL encode (UTF-8 percent) | %CF%8C |
| Spoken / screen reader name | Greek Small Letter Omicron With Tonos |