Superset With Plus Sign Below

Shortcodes

Copy and paste codes for Superset With Plus Sign Below symbol ⫀ to use in your websites, apps, blogs, and more.

Unicode
U+2AC0
HTML Code
⫀
HEX Code
⫀
CSS Code
\2AC0
JS/JSON
\u2AC0
Unix/C/PHP/JAVA
0x2AC0
URL-encode
%E2%AB%80
copied

Customize Superset With Plus Sign Below Symbol

Customize ⫀ symbol as you like and download Superset With Plus Sign Below 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 Superset With Plus Sign Below symbol in HTML, CSS, and JS?

Insert ⫀ Superset With Plus Sign Below using HTML

1. Copy-paste Superset With Plus Sign Below directly:
<span>⫀</span>
2. HTML Decimal Code:
<span>&#10944;</span>
3. Hexadecimal Code:
<span>&#x2AC0;</span>
Preview:

Add Superset With Plus Sign Below symbol with CSS

.superset-with-plus-sign-below::before {
    content: '\\2AC0';
}
Preview: Superset With Plus Sign Below

Superset With Plus Sign Below JavaScript Code

1. Direct Symbol:
document.querySelector('.superset-with-plus-sign-below').textContent = '⫀';
2. Unicode Escape for ⫀:
document.querySelector('.superset-with-plus-sign-below').textContent = '\u2AC0';
Preview: