| Symbol Name | Apl Functional Symbol Delta Stile |
| Unicode Version | 1.1 |
| Unicode | U+234B |
| Unicode block | |
| General category | Other Symbol (So) |
| UTF-8 | E2 8D 8B |
| UTF-16 | 234B |
| UTF-32 | 0000234B |
1\documentclass{article}2\usepackage{pifont}3\text{APLFUNCTIONALSYMBOLDELTASTILE}4\end{document}You can type the apl functional symbol delta stile symbol on most modern devices with the help of following methods:
Alt + 9035 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "apl functional symbol delta stile", or use Unicode Hex Input with 234B.
Ctrl + Shift + U, type 234b, 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-delta-stile::before { content: "\234B"; }1<span>⍋</span>Apl Functional Symbol Delta Stile symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u234B' or String.fromCodePoint(9035) |
| Python | '\N{APL FUNCTIONAL SYMBOL DELTA STILE}' or chr(9035) |
| Rust | '\u{234B}' |
| C / C++ | UTF-8 source or wchar_t with U+234B |
| Go | string(rune(0x234B)) |
| Ruby | "\u{234B}" |
| CSS Code |
\234B |
| Hex Code | 0x234B |
| HTML Code | ⍋ |
| LaTeX | \text{APLFUNCTIONALSYMBOLDELTASTILE} |
| Symbol | ⍋ |
| URL encode (UTF-8 percent) | %E2%8D%8B |
| Spoken / screen reader name | Apl Functional Symbol Delta Stile |