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