| Nome del simbolo | Neither A Subset Of Nor Equal To |
| Versione Unicode | 1.1 |
| Unicode | U+2288 |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| UTF-8 | E2 8A 88 |
| UTF-16 | 2288 |
| UTF-32 | 00002288 |
1\documentclass{article}2\usepackage{pifont}3\mathrm{⊈}4\end{document}Puoi digitare il simbolo neither a subset of nor equal to sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8840 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "neither a subset of nor equal to", or use Unicode Hex Input with 2288.
Ctrl + Shift + U, type 2288, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with math symbol support.
1span.neither-a-subset-of-nor-equal-to::before { content: "\2288"; }1<span>⊈</span>La rappresentazione del simbolo Neither A Subset Of Nor Equal To nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2288' or String.fromCodePoint(0x2288) |
| Python | '\N{NEITHER A SUBSET OF NOR EQUAL TO}' or chr(8840) |
| Rust | '\u{2288}' |
| C / C++ | UTF-8 source or wchar_t with U+2288 |
| Go | string(rune(0x2288)) |
| Ruby | "\u2288" |
| Codice CSS |
\2288 |
| Codice esadecimale | 0x2288 |
| Codice HTML | ⊈ |
| LaTeX | \mathrm{⊈} |
| Simbolo | ⊈ |
| Codifica URL (percentuale UTF-8) | %E2%8A%88 |
| Nome parlato / screen reader | Neither A Subset Of Nor Equal To |