Complement
∁
Shortcodes
Copy and paste codes for Complement symbol ∁ to use in your websites, apps, blogs, and more.
Unicode
U+2201
HTML Code
∁
HEX Code
∁
CSS Code
\2201
JS/JSON
\u2201
Unix/C/PHP/JAVA
0x2201
URL-encode
%E2%88%81
copied
Customize Complement Symbol
Customize ∁ symbol as you like and download Complement 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 Complement symbol in HTML, CSS, and JS?
Insert ∁ Complement using HTML
1. Copy-paste Complement directly:
<span>∁</span>
2. HTML Decimal Code:
<span>∁</span>
3. Hexadecimal Code:
<span>∁</span>
Preview: ∁
Add Complement symbol with CSS
.complement::before {
content: '\\2201';
}
Preview: Complement
Complement JavaScript Code
1. Direct Symbol:
document.querySelector('.complement').textContent = '∁';
2. Unicode Escape for ∁:
document.querySelector('.complement').textContent = '\u2201';
Preview: ∁