| Symbol Name | Apl Functional Symbol Stile Tilde |
| Unicode Version | 1.1 |
| Unicode | U+236D |
| Unicode block | |
| General category | Other Symbol (So) |
| UTF-8 | E2 8D AD |
| UTF-16 | 236D |
| UTF-32 | 0000236D |
1\documentclass{article}2\usepackage{pifont}3\text{APLFUNCTIONALSYMBOLSTILETILDE}4\end{document}You can type the apl functional symbol stile tilde symbol on most modern devices with the help of following methods:
Alt + 9069 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "apl functional symbol stile tilde", or use Unicode Hex Input with 236D.
Ctrl + Shift + U, type 236d, 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-stile-tilde::before { content: "\236D"; }1<span>⍭</span>Apl Functional Symbol Stile Tilde symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u236D' or String.fromCodePoint(9069) |
| Python | '\N{APL FUNCTIONAL SYMBOL STILE TILDE}' or chr(9069) |
| Rust | '\u{236D}' |
| C / C++ | UTF-8 source or wchar_t with U+236D |
| Go | string(rune(0x236D)) |
| Ruby | "\u{236D}" |
| CSS Code |
\236D |
| Hex Code | 0x236D |
| HTML Code | ⍭ |
| LaTeX | \text{APLFUNCTIONALSYMBOLSTILETILDE} |
| Symbol | ⍭ |
| URL encode (UTF-8 percent) | %E2%8D%AD |
| Spoken / screen reader name | Apl Functional Symbol Stile Tilde |