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