| Symbolname | Apl Functional Symbol Delta Stile |
| Unicode-Version | 1.1 |
| Unicode | U+234B |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol apl functional symbol delta stile auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Apl Functional Symbol Delta Stile in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x234B |
| HTML-Code | ⍋ |
| LaTeX | \text{APLFUNCTIONALSYMBOLDELTASTILE} |
| Symbol | ⍋ |
| URL-Kodierung (UTF-8-Prozent) | %E2%8D%8B |
| Ansagename (Screenreader) | Apl Functional Symbol Delta Stile |