| Nombre del símbolo | Apl Functional Symbol Stile Tilde |
| Versión Unicode | 1.1 |
| Unicode | U+236D |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo apl functional symbol stile tilde en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Apl Functional Symbol Stile Tilde en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\236D |
| Código hexadecimal | 0x236D |
| Código HTML | ⍭ |
| LaTeX | \text{APLFUNCTIONALSYMBOLSTILETILDE} |
| Símbolo | ⍭ |
| Codificación URL (porcentaje UTF-8) | %E2%8D%AD |
| Nombre oral / lector de pantalla | Apl Functional Symbol Stile Tilde |