| Symboolnaam | Apl Functional Symbol Iota Underbar |
| Unicode-versie | 1.1 |
| Unicode | U+2378 |
| Unicode-blok | |
| Algemene categorie | 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}Je kunt het apl functional symbol iota underbar-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Apl Functional Symbol Iota Underbar-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
| CSS-code |
\2378 |
| Hexadecimale code | 0x2378 |
| HTML-code | ⍸ |
| LaTeX | \text{APLFUNCTIONALSYMBOLIOTAUNDERBAR} |
| Symbool | ⍸ |
| URL-codering (UTF-8 procent) | %E2%8D%B8 |
| Uitgesproken naam / schermlezer | Apl Functional Symbol Iota Underbar |