Front-tilted Shadowed White Rightwards Arrow

Shortcodes

Copy useful codes for front-tilted shadowed white rightwards arrow symbol ➬ to use in websites, apps, blogs, and docs.

Unicode
U+27AC
HTML Code
➬
HEX Code
➬
CSS Code
\27AC
JS/JSON
\u27AC
Unix/C/PHP/JAVA
0x27AC
URL-encode
%E2%9E%AC

Customize Front-tilted Shadowed White Rightwards Arrow

Customize ➬, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Front-tilted Shadowed White Rightwards Arrow Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>➬</span>
HTML Code:
<span>&#10156;</span>
HEX Code:
<span>&#x27AC;</span>

Add with CSS

.front-tilted-shadowed-white-rightwards-arrow::before {
  content: '\\27AC';
}

Set it in JavaScript

document.querySelector('.front-tilted-shadowed-white-rightwards-arrow').textContent = '➬';
copied