| Nome del simbolo | Greek Capital Letter Omega With Psili And Oxia And Prosgegrammeni |
| Versione Unicode | 1.1 |
| Unicode | U+1FAC |
| Blocco Unicode | |
| Categoria generale | Lt (Lt) |
| UTF-8 | E1 BE AC |
| UTF-16 | 1FAC |
| UTF-32 | 00001FAC |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTEROMEGAWITHPSILIANDOXIAANDPROSGEGRAMMENI}4\end{document}Puoi digitare il simbolo greek capital letter omega with psili and oxia and prosgegrammeni sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8108 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter omega with psili and oxia and prosgegrammeni", or use Unicode Hex Input with 1FAC.
Ctrl + Shift + U, type 1fac, 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-psili-and-oxia-and-prosgegrammeni::before { content: "\1FAC"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>ᾬ</span>La rappresentazione del simbolo Greek Capital Letter Omega With Psili And Oxia And Prosgegrammeni nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u1FAC' or String.fromCodePoint(8108) |
| Python | '\N{GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI}' or chr(8108) |
| Rust | '\u{1FAC}' |
| C / C++ | UTF-8 source or wchar_t with U+1FAC |
| Go | string(rune(0x1FAC)) |
| Ruby | "\u{1FAC}" |
| Codice CSS |
\1FAC |
| Codice esadecimale | 0x1FAC |
| Codice HTML | ᾬ |
| LaTeX | \text{GREEKCAPITALLETTEROMEGAWITHPSILIANDOXIAANDPROSGEGRAMMENI} |
| Simbolo | ᾬ |
| Codifica URL (percentuale UTF-8) | %E1%BE%AC |
| Nome parlato / screen reader | Greek Capital Letter Omega With Psili And Oxia And Prosgegrammeni |