Short Rightwards Arrow Above Leftwards Arrow

Shortcodes

Copy and paste codes for Short Rightwards Arrow Above Leftwards Arrow symbol ⥄ to use in your websites, apps, blogs, and more.

Unicode
U+2944
HTML Code
⥄
HEX Code
⥄
CSS Code
\2944
JS/JSON
\u2944
Unix/C/PHP/JAVA
0x2944
URL-encode
%E2%A5%84
copied

Customize Short Rightwards Arrow Above Leftwards Arrow Symbol

Customize ⥄ symbol as you like and download Short Rightwards Arrow Above Leftwards 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 Short Rightwards Arrow Above Leftwards Arrow symbol in HTML, CSS, and JS?

Insert ⥄ Short Rightwards Arrow Above Leftwards Arrow using HTML

1. Copy-paste Short Rightwards Arrow Above Leftwards Arrow directly:
<span>⥄</span>
2. HTML Decimal Code:
<span>&#10564;</span>
3. Hexadecimal Code:
<span>&#x2944;</span>
Preview:

Add Short Rightwards Arrow Above Leftwards Arrow symbol with CSS

.short-rightwards-arrow-above-leftwards-arrow::before {
    content: '\\2944';
}
Preview: Short Rightwards Arrow Above Leftwards Arrow

Short Rightwards Arrow Above Leftwards Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.short-rightwards-arrow-above-leftwards-arrow').textContent = '⥄';
2. Unicode Escape for ⥄:
document.querySelector('.short-rightwards-arrow-above-leftwards-arrow').textContent = '\u2944';
Preview: