Superset Of With Not Equal To

Shortcodes

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

Unicode
U+228B
HTML Code
⊋
HEX Code
⊋
CSS Code
\228B
JS/JSON
\u228B
Unix/C/PHP/JAVA
0x228B
URL-encode
%E2%8A%8B

Customize Superset Of With Not Equal To

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

  

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

Insert in HTML

1. Direct symbol:
<span>⊋</span>
HTML Code:
<span>&#8843;</span>
HEX Code:
<span>&#x228B;</span>

Add with CSS

.superset-of-with-not-equal-to::before {
  content: '\\228B';
}

Set it in JavaScript

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