| Symbolname | Apl Functional Symbol Quad Diamond |
| Unicode-Version | 1.1 |
| Unicode | U+233A |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol apl functional symbol quad diamond auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Apl Functional Symbol Quad Diamond in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0x233A |
| HTML-Code | ⌺ |
| LaTeX | \text{APLFUNCTIONALSYMBOLQUADDIAMOND} |
| Symbol | ⌺ |
| URL-Kodierung (UTF-8-Prozent) | %E2%8C%BA |
| Ansagename (Screenreader) | Apl Functional Symbol Quad Diamond |