| Symbol Name | Greek Prosgegrammeni |
| Unicode Version | 1.1 |
| Unicode | U+1FBE |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code | \1FBE |
| Hex Code | 0x1FBE |
| HTML Code | ι |
| LaTeX | \text{GREEKPROSGEGRAMMENI} |
| Symbol | ι |
| URL encode (UTF-8 percent) | %E1%BE%BE |
| Spoken / screen reader name | 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}You can type the greek prosgegrammeni symbol on most modern devices with the help of following methods:
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>Greek Prosgegrammeni symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |