| Symboolnaam | Greek Capital Letter Iota With Dialytika |
| Unicode-versie | 1.1 |
| Unicode | U+03AA |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| UTF-8 | CE AA |
| UTF-16 | 03AA |
| UTF-32 | 000003AA |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKCAPITALLETTERIOTAWITHDIALYTIKA}4\end{document}Je kunt het greek capital letter iota with dialytika-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 938 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek capital letter iota with dialytika", or use Unicode Hex Input with 03AA.
Ctrl + Shift + U, type 03aa, 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-dialytika::before { content: "\03AA"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>Ϊ</span>De weergave van het Greek Capital Letter Iota With Dialytika-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u03AA' or String.fromCodePoint(938) |
| Python | '\N{GREEK CAPITAL LETTER IOTA WITH DIALYTIKA}' or chr(938) |
| Rust | '\u{03AA}' |
| C / C++ | UTF-8 source or wchar_t with U+03AA |
| Go | string(rune(0x03AA)) |
| Ruby | "\u{03AA}" |
| CSS-code |
\03AA |
| Hexadecimale code | 0x03AA |
| HTML-code | Ϊ |
| LaTeX | \text{GREEKCAPITALLETTERIOTAWITHDIALYTIKA} |
| Symbool | Ϊ |
| URL-codering (UTF-8 procent) | %CE%AA |
| Uitgesproken naam / schermlezer | Greek Capital Letter Iota With Dialytika |