Rightwards Arrow Through Superset

Shortcodes

Copy and paste codes for Rightwards Arrow Through Superset symbol ⭄ to use in your websites, apps, blogs, and more.

Unicode
U+2B44
HTML Code
⭄
HEX Code
⭄
CSS Code
\2B44
JS/JSON
\u2B44
Unix/C/PHP/JAVA
0x2B44
URL-encode
%E2%AD%84
copied

Customize Rightwards Arrow Through Superset Symbol

Customize ⭄ symbol as you like and download Rightwards Arrow Through Superset 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 Rightwards Arrow Through Superset symbol in HTML, CSS, and JS?

Insert ⭄ Rightwards Arrow Through Superset using HTML

1. Copy-paste Rightwards Arrow Through Superset directly:
<span>⭄</span>
2. HTML Decimal Code:
<span>&#11076;</span>
3. Hexadecimal Code:
<span>&#x2B44;</span>
Preview:

Add Rightwards Arrow Through Superset symbol with CSS

.rightwards-arrow-through-superset::before {
    content: '\\2B44';
}
Preview: Rightwards Arrow Through Superset

Rightwards Arrow Through Superset JavaScript Code

1. Direct Symbol:
document.querySelector('.rightwards-arrow-through-superset').textContent = '⭄';
2. Unicode Escape for ⭄:
document.querySelector('.rightwards-arrow-through-superset').textContent = '\u2B44';
Preview: