| Symbol Name | Apl Functional Symbol Del Tilde |
| Unicode Version | 1.1 |
| Unicode | U+236B |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 8D AB |
| UTF-16 | 236B |
| UTF-32 | 0000236B |
1\documentclass{article}2\usepackage{pifont}3\text{APLFUNCTIONALSYMBOLDELTILDE}4\end{document}You can type the apl functional symbol del tilde symbol on most modern devices with the help of following methods:
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>Apl Functional Symbol Del Tilde symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\236B |
| Hex Code | 0x236B |
| HTML Code | ⍫ |
| LaTeX | \text{APLFUNCTIONALSYMBOLDELTILDE} |
| Symbol | ⍫ |
| URL encode (UTF-8 percent) | %E2%8D%AB |
| Spoken / screen reader name | Apl Functional Symbol Del Tilde |