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