Heavy Triangle-headed Rightwards Arrow
➞
Shortcodes
Copy useful codes for heavy triangle-headed rightwards arrow symbol ➞ to use in websites, apps, blogs, and docs.
Unicode
U+279E HTML Code
➞ HEX Code
➞ CSS Code
\279E JS/JSON
\u279E Unix/C/PHP/JAVA
0x279E URL-encode
%E2%9E%9E Customize Heavy Triangle-headed Rightwards Arrow
Customize ➞, download it as SVG or PNG, or copy the generated HTML snippet.
➞
How to use Heavy Triangle-headed Rightwards Arrow Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>➞</span> HTML Code:
<span>➞</span> HEX Code:
<span>➞</span> Add with CSS
.heavy-triangle-headed-rightwards-arrow::before {
content: '\\279E';
} Set it in JavaScript
document.querySelector('.heavy-triangle-headed-rightwards-arrow').textContent = '➞';