| Nome del simbolo | Greek Capital Letter Omega With Tonos |
| Versione Unicode | 1.1 |
| Unicode | U+038F |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| UTF-8 | CE 8F |
| UTF-16 | 038F |
| UTF-32 | 0000038F |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTEROMEGAWITHTONOS}4\end{document}Puoi digitare il simbolo greek capital letter omega with tonos sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 911 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter omega with tonos", or use Unicode Hex Input with 038F.
Ctrl + Shift + U, type 038f, 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-omega-with-tonos::before { content: "\038F"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ώ</span>La rappresentazione del simbolo Greek Capital Letter Omega With Tonos nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u038F' or String.fromCodePoint(911) |
| Python | '\N{GREEK CAPITAL LETTER OMEGA WITH TONOS}' or chr(911) |
| Rust | '\u{038F}' |
| C / C++ | UTF-8 source or wchar_t with U+038F |
| Go | string(rune(0x038F)) |
| Ruby | "\u{038F}" |
| Codice CSS |
\038F |
| Codice esadecimale | 0x038F |
| Codice HTML | Ώ |
| LaTeX | \text{GREEKCAPITALLETTEROMEGAWITHTONOS} |
| Simbolo | Ώ |
| Codifica URL (percentuale UTF-8) | %CE%8F |
| Nome parlato / screen reader | Greek Capital Letter Omega With Tonos |