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