Heart Decoration

๐Ÿ’Ÿ

Shortcodes

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

Unicode
U+1F49F
HTML Code
💟
HEX Code
💟
CSS Code
\1F49F
JS/JSON
\u1F49F
Unix/C/PHP/JAVA
0x1F49F
URL-encode
%F0%9F%92%9F
copied

Customize Heart Decoration Symbol

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

Insert ๐Ÿ’Ÿ Heart Decoration using HTML

1. Copy-paste Heart Decoration directly:
<span>๐Ÿ’Ÿ</span>
2. HTML Decimal Code:
<span>&#128159;</span>
3. Hexadecimal Code:
<span>&#x1F49F;</span>
Preview: ๐Ÿ’Ÿ

Add Heart Decoration symbol with CSS

.heart-decoration::before {
    content: '\\1F49F';
}
Preview: Heart Decoration

Heart Decoration JavaScript Code

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