| Nombre del símbolo | Apl Functional Symbol Upwards Vane |
| Versión Unicode | 1.1 |
| Unicode | U+234F |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 8D 8F |
| UTF-16 | 234F |
| UTF-32 | 0000234F |
1\documentclass{article}2\usepackage{pifont}3\text{APLFUNCTIONALSYMBOLUPWARDSVANE}4\end{document}Puedes escribir el símbolo apl functional symbol upwards vane en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9039 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "apl functional symbol upwards vane", or use Unicode Hex Input with 234F.
Ctrl + Shift + U, type 234f, 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-upwards-vane::before { content: "\234F"; }1<span>⍏</span>La representación del símbolo Apl Functional Symbol Upwards Vane en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u234F' or String.fromCodePoint(9039) |
| Python | '\N{APL FUNCTIONAL SYMBOL UPWARDS VANE}' or chr(9039) |
| Rust | '\u{234F}' |
| C / C++ | UTF-8 source or wchar_t with U+234F |
| Go | string(rune(0x234F)) |
| Ruby | "\u{234F}" |
| Código CSS |
\234F |
| Código hexadecimal | 0x234F |
| Código HTML | ⍏ |
| LaTeX | \text{APLFUNCTIONALSYMBOLUPWARDSVANE} |
| Símbolo | ⍏ |
| Codificación URL (porcentaje UTF-8) | %E2%8D%8F |
| Nombre oral / lector de pantalla | Apl Functional Symbol Upwards Vane |