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