Long Rightwards Arrow From Bar

Shortcodes

Copy and paste codes for Long Rightwards Arrow From Bar symbol ⟼ to use in your websites, apps, blogs, and more.

Unicode
U+27FC
HTML Code
⟼
HEX Code
⟼
CSS Code
\27FC
JS/JSON
\u27FC
Unix/C/PHP/JAVA
0x27FC
URL-encode
%E2%9F%BC
copied

Customize Long Rightwards Arrow From Bar Symbol

Customize ⟼ symbol as you like and download Long Rightwards Arrow From Bar 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 Long Rightwards Arrow From Bar symbol in HTML, CSS, and JS?

Insert ⟼ Long Rightwards Arrow From Bar using HTML

1. Copy-paste Long Rightwards Arrow From Bar directly:
<span>⟼</span>
2. HTML Decimal Code:
<span>&#10236;</span>
3. Hexadecimal Code:
<span>&#x27FC;</span>
Preview:

Add Long Rightwards Arrow From Bar symbol with CSS

.long-rightwards-arrow-from-bar::before {
    content: '\\27FC';
}
Preview: Long Rightwards Arrow From Bar

Long Rightwards Arrow From Bar JavaScript Code

1. Direct Symbol:
document.querySelector('.long-rightwards-arrow-from-bar').textContent = '⟼';
2. Unicode Escape for ⟼:
document.querySelector('.long-rightwards-arrow-from-bar').textContent = '\u27FC';
Preview: