Rightwards Heavy Arrow

๐Ÿก†

Shortcodes

Copy and paste codes for Rightwards Heavy Arrow symbol ๐Ÿก† to use in your websites, apps, blogs, and more.

Unicode
U+1F846
HTML Code
🡆
HEX Code
🡆
CSS Code
\1F846
JS/JSON
\u1F846
Unix/C/PHP/JAVA
0x1F846
URL-encode
%F0%9F%A1%86
copied

Customize Rightwards Heavy Arrow Symbol

Customize ๐Ÿก† symbol as you like and download Rightwards Heavy 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 Rightwards Heavy Arrow symbol in HTML, CSS, and JS?

Insert ๐Ÿก† Rightwards Heavy Arrow using HTML

1. Copy-paste Rightwards Heavy Arrow directly:
<span>๐Ÿก†</span>
2. HTML Decimal Code:
<span>&#129094;</span>
3. Hexadecimal Code:
<span>&#x1F846;</span>
Preview: ๐Ÿก†

Add Rightwards Heavy Arrow symbol with CSS

.rightwards-heavy-arrow::before {
    content: '\\1F846';
}
Preview: Rightwards Heavy Arrow

Rightwards Heavy Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.rightwards-heavy-arrow').textContent = '๐Ÿก†';
2. Unicode Escape for ๐Ÿก†:
document.querySelector('.rightwards-heavy-arrow').textContent = '\u1F846';
Preview: ๐Ÿก†