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