Purple Heart

๐Ÿ’œ

Shortcodes

Copy and paste codes for Purple Heart symbol ๐Ÿ’œ to use in your websites, apps, blogs, and more.

Unicode
U+1F49C
HTML Code
💜
HEX Code
💜
CSS Code
\1F49C
JS/JSON
\u1F49C
Unix/C/PHP/JAVA
0x1F49C
URL-encode
%F0%9F%92%9C
copied

Customize Purple Heart Symbol

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

Insert ๐Ÿ’œ Purple Heart using HTML

1. Copy-paste Purple Heart directly:
<span>๐Ÿ’œ</span>
2. HTML Decimal Code:
<span>&#128156;</span>
3. Hexadecimal Code:
<span>&#x1F49C;</span>
Preview: ๐Ÿ’œ

Add Purple Heart symbol with CSS

.purple-heart::before {
    content: '\\1F49C';
}
Preview: Purple Heart

Purple Heart JavaScript Code

1. Direct Symbol:
document.querySelector('.purple-heart').textContent = '๐Ÿ’œ';
2. Unicode Escape for ๐Ÿ’œ:
document.querySelector('.purple-heart').textContent = '\u1F49C';
Preview: ๐Ÿ’œ