Superset Beside And Joined By Dash With Subset

Shortcodes

Copy useful codes for superset beside and joined by dash with subset symbol ⫘ to use in websites, apps, blogs, and docs.

Unicode
U+2AD8
HTML Code
⫘
HEX Code
⫘
CSS Code
\2AD8
JS/JSON
\u2AD8
Unix/C/PHP/JAVA
0x2AD8
URL-encode
%E2%AB%98

Customize Superset Beside And Joined By Dash With Subset

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

  

How to use Superset Beside And Joined By Dash With Subset Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>⫘</span>
HTML Code:
<span>&#10968;</span>
HEX Code:
<span>&#x2AD8;</span>

Add with CSS

.superset-beside-and-joined-by-dash-with-subset::before {
  content: '\\2AD8';
}

Set it in JavaScript

document.querySelector('.superset-beside-and-joined-by-dash-with-subset').textContent = '⫘';
copied