Rightwards Arrow Above Short Leftwards Arrow

Shortcodes

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

Unicode
U+2942
HTML Code
⥂
HEX Code
⥂
CSS Code
\2942
JS/JSON
\u2942
Unix/C/PHP/JAVA
0x2942
URL-encode
%E2%A5%82
copied

Customize Rightwards Arrow Above Short Leftwards Arrow Symbol

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

Insert ⥂ Rightwards Arrow Above Short Leftwards Arrow using HTML

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

Add Rightwards Arrow Above Short Leftwards Arrow symbol with CSS

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

Rightwards Arrow Above Short Leftwards Arrow JavaScript Code

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