Orange Heart

๐Ÿงก

Shortcodes

Copy and paste codes for Orange Heart symbol ๐Ÿงก to use in your websites, apps, blogs, and more.

Unicode
U+1F9E1
HTML Code
🧡
HEX Code
🧡
CSS Code
\1F9E1
JS/JSON
\u1F9E1
Unix/C/PHP/JAVA
0x1F9E1
URL-encode
%F0%9F%A7%A1
copied

Customize Orange Heart Symbol

Customize ๐Ÿงก symbol as you like and download Orange Heart 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 Orange Heart symbol in HTML, CSS, and JS?

Insert ๐Ÿงก Orange Heart using HTML

1. Copy-paste Orange Heart directly:
<span>๐Ÿงก</span>
2. HTML Decimal Code:
<span>&#129505;</span>
3. Hexadecimal Code:
<span>&#x1F9E1;</span>
Preview: ๐Ÿงก

Add Orange Heart symbol with CSS

.orange-heart::before {
    content: '\\1F9E1';
}
Preview: Orange Heart

Orange Heart JavaScript Code

1. Direct Symbol:
document.querySelector('.orange-heart').textContent = '๐Ÿงก';
2. Unicode Escape for ๐Ÿงก:
document.querySelector('.orange-heart').textContent = '\u1F9E1';
Preview: ๐Ÿงก