| Nombre del símbolo | Greek Prosgegrammeni |
| Versión Unicode | 1.1 |
| Unicode | U+1FBE |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| Código CSS | \1FBE |
| Código hexadecimal | 0x1FBE |
| Código HTML | ι |
| LaTeX | \text{GREEKPROSGEGRAMMENI} |
| Símbolo | ι |
| Codificación URL (porcentaje UTF-8) | %E1%BE%BE |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo greek prosgegrammeni en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Greek Prosgegrammeni en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |