| Nome del simbolo | Greek Prosgegrammeni |
| Versione Unicode | 1.1 |
| Unicode | U+1FBE |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| Codice CSS | \1FBE |
| Codice esadecimale | 0x1FBE |
| Codice HTML | ι |
| LaTeX | \text{GREEKPROSGEGRAMMENI} |
| Simbolo | ι |
| Codifica URL (percentuale UTF-8) | %E1%BE%BE |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo greek prosgegrammeni sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Greek Prosgegrammeni nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |