Superset With Multiplication Sign Below

Shortcodes

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

Unicode
U+2AC2
HTML Code
⫂
HEX Code
⫂
CSS Code
\2AC2
JS/JSON
\u2AC2
Unix/C/PHP/JAVA
0x2AC2
URL-encode
%E2%AB%82
copied

Customize Superset With Multiplication Sign Below Symbol

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

Insert ⫂ Superset With Multiplication Sign Below using HTML

1. Copy-paste Superset With Multiplication Sign Below directly:
<span>⫂</span>
2. HTML Decimal Code:
<span>&#10946;</span>
3. Hexadecimal Code:
<span>&#x2AC2;</span>
Preview:

Add Superset With Multiplication Sign Below symbol with CSS

.superset-with-multiplication-sign-below::before {
    content: '\\2AC2';
}
Preview: Superset With Multiplication Sign Below

Superset With Multiplication Sign Below JavaScript Code

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