| Nombre del símbolo | Apl Functional Symbol Iota Underbar |
| Versión Unicode | 1.1 |
| Unicode | U+2378 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 8D B8 |
| UTF-16 | 2378 |
| UTF-32 | 00002378 |
1\documentclass{article}2\usepackage{pifont}3\text{APLFUNCTIONALSYMBOLIOTAUNDERBAR}4\end{document}Puedes escribir el símbolo apl functional symbol iota underbar en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9080 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "apl functional symbol iota underbar", or use Unicode Hex Input with 2378.
Ctrl + Shift + U, type 2378, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with legacy computing symbol support.
1span.apl-functional-symbol-iota-underbar::before { content: "\2378"; }1<span>⍸</span>La representación del símbolo Apl Functional Symbol Iota Underbar en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2378' or String.fromCodePoint(9080) |
| Python | '\N{APL FUNCTIONAL SYMBOL IOTA UNDERBAR}' or chr(9080) |
| Rust | '\u{2378}' |
| C / C++ | UTF-8 source or wchar_t with U+2378 |
| Go | string(rune(0x2378)) |
| Ruby | "\u{2378}" |
| Código CSS |
\2378 |
| Código hexadecimal | 0x2378 |
| Código HTML | ⍸ |
| LaTeX | \text{APLFUNCTIONALSYMBOLIOTAUNDERBAR} |
| Símbolo | ⍸ |
| Codificación URL (porcentaje UTF-8) | %E2%8D%B8 |
| Nombre oral / lector de pantalla | Apl Functional Symbol Iota Underbar |