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