Heavy Teardrop-shanked Rightwards Arrow

Shortcodes

Copy useful codes for heavy teardrop-shanked rightwards arrow symbol ➻ to use in websites, apps, blogs, and docs.

Unicode
U+27BB
HTML Code
➻
HEX Code
➻
CSS Code
\27BB
JS/JSON
\u27BB
Unix/C/PHP/JAVA
0x27BB
URL-encode
%E2%9E%BB

Customize Heavy Teardrop-shanked Rightwards Arrow

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

  

How to use Heavy Teardrop-shanked Rightwards Arrow Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>➻</span>
HTML Code:
<span>&#10171;</span>
HEX Code:
<span>&#x27BB;</span>

Add with CSS

.heavy-teardrop-shanked-rightwards-arrow::before {
  content: '\\27BB';
}

Set it in JavaScript

document.querySelector('.heavy-teardrop-shanked-rightwards-arrow').textContent = '➻';
copied