Superset Of Above Not Equal To

Shortcodes

Copy useful codes for superset of above not equal to symbol ⫌ to use in websites, apps, blogs, and docs.

Unicode
U+2ACC
HTML Code
⫌
HEX Code
⫌
CSS Code
\2ACC
JS/JSON
\u2ACC
Unix/C/PHP/JAVA
0x2ACC
URL-encode
%E2%AB%8C

Customize Superset Of Above Not Equal To

Customize ⫌, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Superset Of Above Not Equal To Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⫌</span>
HTML Code:
<span>&#10956;</span>
HEX Code:
<span>&#x2ACC;</span>

Add with CSS

.superset-of-above-not-equal-to::before {
  content: '\\2ACC';
}

Set it in JavaScript

document.querySelector('.superset-of-above-not-equal-to').textContent = '⫌';
copied