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