| Symbolname | Greek Small Letter Omicron With Tonos |
| Unicode-Version | 1.1 |
| Unicode | U+03CC |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| UTF-8 | CF 8C |
| UTF-16 | 03CC |
| UTF-32 | 000003CC |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKSMALLLETTEROMICRONWITHTONOS}4\end{document}Sie können das Symbol greek small letter omicron with tonos auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Greek Small Letter Omicron With Tonos in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
| CSS-Code |
\03CC |
| Hexadezimalcode | 0x03CC |
| HTML-Code | ό |
| LaTeX | \text{GREEKSMALLLETTEROMICRONWITHTONOS} |
| Symbol | ό |
| URL-Kodierung (UTF-8-Prozent) | %CF%8C |
| Ansagename (Screenreader) | Greek Small Letter Omicron With Tonos |