| Symboolnaam | Apl Functional Symbol I-beam |
| Unicode-versie | 1.1 |
| Unicode | U+2336 |
| Unicode-blok | |
| Algemene categorie | Other Symbol (So) |
| CSS-code |
| UTF-8 | E2 8C B6 |
| UTF-16 | 2336 |
| UTF-32 | 00002336 |
1\documentclass{article}2\usepackage{pifont}3\text{APLFUNCTIONALSYMBOLI-BEAM}4\end{document}Je kunt het apl functional symbol i-beam-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 9014 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "apl functional symbol i-beam", or use Unicode Hex Input with 2336.
Ctrl + Shift + U, type 2336, 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-i-beam::before { content: "\2336"; }1<span>⌶</span>De weergave van het Apl Functional Symbol I-beam-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2336' or String.fromCodePoint(9014) |
| Python | '\N{APL FUNCTIONAL SYMBOL I-BEAM}' or chr(9014) |
| Rust | '\u{2336}' |
| C / C++ | UTF-8 source or wchar_t with U+2336 |
| Go | string(rune(0x2336)) |
| Ruby | "\u{2336}" |
\2336 |
| Hexadecimale code | 0x2336 |
| HTML-code | ⌶ |
| LaTeX | \text{APLFUNCTIONALSYMBOLI-BEAM} |
| Symbool | ⌶ |
| URL-codering (UTF-8 procent) | %E2%8C%B6 |
| Uitgesproken naam / schermlezer | Apl Functional Symbol I-beam |