| Symbolname | Greek Capital Letter Iota With Dialytika |
| Unicode-Version | 1.1 |
| Unicode | U+03AA |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol greek capital letter iota with dialytika auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Greek Capital Letter Iota With Dialytika in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x03AA |
| HTML-Code | Ϊ |
| LaTeX | \text{GREEKCAPITALLETTERIOTAWITHDIALYTIKA} |
| Symbol | Ϊ |
| URL-Kodierung (UTF-8-Prozent) | %CE%AA |
| Ansagename (Screenreader) | Greek Capital Letter Iota With Dialytika |