| Nombre del símbolo | Apl Functional Symbol Quad Diamond |
| Versión Unicode | 1.1 |
| Unicode | U+233A |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo apl functional symbol quad diamond en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Apl Functional Symbol Quad Diamond en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\233A |
| Código hexadecimal | 0x233A |
| Código HTML | ⌺ |
| LaTeX | \text{APLFUNCTIONALSYMBOLQUADDIAMOND} |
| Símbolo | ⌺ |
| Codificación URL (porcentaje UTF-8) | %E2%8C%BA |
| Nombre oral / lector de pantalla | Apl Functional Symbol Quad Diamond |