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