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>🡆</span>
3. Hexadecimal Code:
<span>🡆</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: ๐ก