| Nome del simbolo | Apl Functional Symbol Semicolon Underbar |
| Versione Unicode | 1.1 |
| Unicode | U+236E |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 8D AE |
| UTF-16 | 236E |
| UTF-32 | 0000236E |
1\documentclass{article}2\usepackage{pifont}3\text{APLFUNCTIONALSYMBOLSEMICOLONUNDERBAR}4\end{document}Puoi digitare il simbolo apl functional symbol semicolon underbar sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9070 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "apl functional symbol semicolon underbar", or use Unicode Hex Input with 236E.
Ctrl + Shift + U, type 236e, 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-semicolon-underbar::before { content: "\236E"; }1<span>⍮</span>La rappresentazione del simbolo Apl Functional Symbol Semicolon Underbar nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u236E' or String.fromCodePoint(9070) |
| Python | '\N{APL FUNCTIONAL SYMBOL SEMICOLON UNDERBAR}' or chr(9070) |
| Rust | '\u{236E}' |
| C / C++ | UTF-8 source or wchar_t with U+236E |
| Go | string(rune(0x236E)) |
| Ruby | "\u{236E}" |
| Codice CSS |
\236E |
| Codice esadecimale | 0x236E |
| Codice HTML | ⍮ |
| LaTeX | \text{APLFUNCTIONALSYMBOLSEMICOLONUNDERBAR} |
| Simbolo | ⍮ |
| Codifica URL (percentuale UTF-8) | %E2%8D%AE |
| Nome parlato / screen reader | Apl Functional Symbol Semicolon Underbar |