Subset Of Above Not Equal To
⫋
Shortcodes
Copy useful codes for subset of above not equal to symbol ⫋ to use in websites, apps, blogs, and docs.
Unicode
U+2ACB HTML Code
⫋ HEX Code
⫋ CSS Code
\2ACB JS/JSON
\u2ACB Unix/C/PHP/JAVA
0x2ACB URL-encode
%E2%AB%8B Customize Subset Of Above Not Equal To
Customize ⫋, download it as SVG or PNG, or copy the generated HTML snippet.
⫋
How to use Subset Of Above Not Equal To Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⫋</span> HTML Code:
<span>⫋</span> HEX Code:
<span>⫋</span> Add with CSS
.subset-of-above-not-equal-to::before {
content: '\\2ACB';
} Set it in JavaScript
document.querySelector('.subset-of-above-not-equal-to').textContent = '⫋';