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