| Symboolnaam | Greek Prosgegrammeni |
| Unicode-versie | 1.1 |
| Unicode | U+1FBE |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code | \1FBE |
| Hexadecimale code | 0x1FBE |
| HTML-code | ι |
| LaTeX | \text{GREEKPROSGEGRAMMENI} |
| Symbool | ι |
| URL-codering (UTF-8 procent) | %E1%BE%BE |
| Uitgesproken naam / schermlezer | Greek Prosgegrammeni |
| UTF-8 | E1 BE BE |
| UTF-16 | 1FBE |
| UTF-32 | 00001FBE |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKPROSGEGRAMMENI}4\end{document}Je kunt het greek prosgegrammeni-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8126 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek prosgegrammeni", or use Unicode Hex Input with 1FBE.
Ctrl + Shift + U, type 1fbe, 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-prosgegrammeni::before { content: "\1FBE"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>ι</span>De weergave van het Greek Prosgegrammeni-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u1FBE' or String.fromCodePoint(8126) |
| Python | '\N{GREEK PROSGEGRAMMENI}' or chr(8126) |
| Rust | '\u{1FBE}' |
| C / C++ | UTF-8 source or wchar_t with U+1FBE |
| Go | string(rune(0x1FBE)) |
| Ruby | "\u{1FBE}" |