Rightwards Quadruple Arrow

Shortcodes

Copy and paste codes for Rightwards Quadruple Arrow symbol ⭆ to use in your websites, apps, blogs, and more.

Unicode
U+2B46
HTML Code
⭆
HEX Code
⭆
CSS Code
\2B46
JS/JSON
\u2B46
Unix/C/PHP/JAVA
0x2B46
URL-encode
%E2%AD%86
copied

Customize Rightwards Quadruple Arrow Symbol

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

Insert ⭆ Rightwards Quadruple Arrow using HTML

1. Copy-paste Rightwards Quadruple Arrow directly:
<span>⭆</span>
2. HTML Decimal Code:
<span>&#11078;</span>
3. Hexadecimal Code:
<span>&#x2B46;</span>
Preview:

Add Rightwards Quadruple Arrow symbol with CSS

.rightwards-quadruple-arrow::before {
    content: '\\2B46';
}
Preview: Rightwards Quadruple Arrow

Rightwards Quadruple Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.rightwards-quadruple-arrow').textContent = '⭆';
2. Unicode Escape for ⭆:
document.querySelector('.rightwards-quadruple-arrow').textContent = '\u2B46';
Preview: