| Nom du symbole | Apl Functional Symbol Del Tilde |
| Version Unicode | 1.1 |
| Unicode | U+236B |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 8D AB |
| UTF-16 | 236B |
| UTF-32 | 0000236B |
1\documentclass{article}2\usepackage{pifont}3\text{APLFUNCTIONALSYMBOLDELTILDE}4\end{document}Vous pouvez saisir le symbole apl functional symbol del tilde sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9067 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "apl functional symbol del tilde", or use Unicode Hex Input with 236B.
Ctrl + Shift + U, type 236b, 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-del-tilde::before { content: "\236B"; }1<span>⍫</span>La représentation du symbole Apl Functional Symbol Del Tilde dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u236B' or String.fromCodePoint(9067) |
| Python | '\N{APL FUNCTIONAL SYMBOL DEL TILDE}' or chr(9067) |
| Rust | '\u{236B}' |
| C / C++ | UTF-8 source or wchar_t with U+236B |
| Go | string(rune(0x236B)) |
| Ruby | "\u{236B}" |
| Code CSS |
\236B |
| Code hexadécimal | 0x236B |
| Code HTML | ⍫ |
| LaTeX | \text{APLFUNCTIONALSYMBOLDELTILDE} |
| Symbole | ⍫ |
| Encodage URL (pourcent UTF-8) | %E2%8D%AB |
| Nom oral / lecteur d’écran | Apl Functional Symbol Del Tilde |