Nor

Shortcodes

Copy and paste codes for Nor symbol ⊽ to use in your websites, apps, blogs, and more.

Unicode
U+22BD
HTML Code
⊽
HEX Code
⊽
CSS Code
\22BD
JS/JSON
\u22BD
Unix/C/PHP/JAVA
0x22BD
URL-encode
%E2%8A%BD
copied

Customize Nor Symbol

Customize ⊽ symbol as you like and download Nor as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Nor symbol in HTML, CSS, and JS?

Insert ⊽ Nor using HTML

1. Copy-paste Nor directly:
<span>⊽</span>
2. HTML Decimal Code:
<span>&#8893;</span>
3. Hexadecimal Code:
<span>&#x22BD;</span>
Preview:

Add Nor symbol with CSS

.nor::before {
    content: '\\22BD';
}
Preview: Nor

Nor JavaScript Code

1. Direct Symbol:
document.querySelector('.nor').textContent = '⊽';
2. Unicode Escape for ⊽:
document.querySelector('.nor').textContent = '\u22BD';
Preview: