| Symboolnaam | Greek Capital Letter Iota With Psili And Oxia |
| Unicode-versie | 1.1 |
| Unicode | U+1F3C |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het greek capital letter iota with psili and oxia-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Greek Capital Letter Iota With Psili And Oxia-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
| CSS-code |
\1F3C |
| Hexadecimale code | 0x1F3C |
| HTML-code | Ἴ |
| LaTeX | \text{GREEKCAPITALLETTERIOTAWITHPSILIANDOXIA} |
| Symbool | Ἴ |
| URL-codering (UTF-8 procent) | %E1%BC%BC |
| Uitgesproken naam / schermlezer | Greek Capital Letter Iota With Psili And Oxia |