| Nom du symbole | Apl Functional Symbol Upwards Vane |
| Version Unicode | 1.1 |
| Unicode | U+234F |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole apl functional symbol upwards vane sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Apl Functional Symbol Upwards Vane dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\234F |
| Code hexadécimal | 0x234F |
| Code HTML | ⍏ |
| LaTeX | \text{APLFUNCTIONALSYMBOLUPWARDSVANE} |
| Symbole | ⍏ |
| Encodage URL (pourcent UTF-8) | %E2%8D%8F |
| Nom oral / lecteur d’écran | Apl Functional Symbol Upwards Vane |