Open-outlined Rightwards Arrow

Shortcodes

Copy and paste codes for Open-outlined Rightwards Arrow symbol ➾ to use in your websites, apps, blogs, and more.

Unicode
U+27BE
HTML Code
➾
HEX Code
➾
CSS Code
\27BE
JS/JSON
\u27BE
Unix/C/PHP/JAVA
0x27BE
URL-encode
%E2%9E%BE
copied

Customize Open-outlined Rightwards Arrow Symbol

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

Insert ➾ Open-outlined Rightwards Arrow using HTML

1. Copy-paste Open-outlined Rightwards Arrow directly:
<span>➾</span>
2. HTML Decimal Code:
<span>&#10174;</span>
3. Hexadecimal Code:
<span>&#x27BE;</span>
Preview:

Add Open-outlined Rightwards Arrow symbol with CSS

.open-outlined-rightwards-arrow::before {
    content: '\\27BE';
}
Preview: Open-outlined Rightwards Arrow

Open-outlined Rightwards Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.open-outlined-rightwards-arrow').textContent = '➾';
2. Unicode Escape for ➾:
document.querySelector('.open-outlined-rightwards-arrow').textContent = '\u27BE';
Preview: