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