| Nome del simbolo | Nor |
| Versione Unicode | 1.1 |
| Unicode | U+22BD |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| Codice CSS | \22BD |
| Codice esadecimale | 0x22BD |
| Codice HTML | ⊽ |
| LaTeX | \mathrm{⊽} |
| Simbolo | ⊽ |
| Codifica URL (percentuale UTF-8) | %E2%8A%BD |
| Nome parlato / screen reader | Nor |
| UTF-8 | E2 8A BD |
| UTF-16 | 22BD |
| UTF-32 | 000022BD |
1\documentclass{article}2\usepackage{pifont}3\mathrm{⊽}4\end{document}Puoi digitare il simbolo nor sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8893 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "nor", or use Unicode Hex Input with 22BD.
Ctrl + Shift + U, type 22bd, 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.nor::before { content: "\22BD"; }1<span>⊽</span>La rappresentazione del simbolo Nor nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u22BD' or String.fromCodePoint(0x22BD) |
| Python | '\N{NOR}' or chr(8893) |
| Rust | '\u{22BD}' |
| C / C++ | UTF-8 source or wchar_t with U+22BD |
| Go | string(rune(0x22BD)) |
| Ruby | "\u22BD" |