White Heart

๐Ÿค

Shortcodes

Copy and paste codes for White Heart symbol ๐Ÿค to use in your websites, apps, blogs, and more.

Unicode
U+1F90D
HTML Code
🤍
HEX Code
🤍
CSS Code
\1F90D
JS/JSON
\u1F90D
Unix/C/PHP/JAVA
0x1F90D
URL-encode
%F0%9F%A4%8D
copied

Customize White Heart Symbol

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

Insert ๐Ÿค White Heart using HTML

1. Copy-paste White Heart directly:
<span>๐Ÿค</span>
2. HTML Decimal Code:
<span>&#129293;</span>
3. Hexadecimal Code:
<span>&#x1F90D;</span>
Preview: ๐Ÿค

Add White Heart symbol with CSS

.white-heart::before {
    content: '\\1F90D';
}
Preview: White Heart

White Heart JavaScript Code

1. Direct Symbol:
document.querySelector('.white-heart').textContent = '๐Ÿค';
2. Unicode Escape for ๐Ÿค:
document.querySelector('.white-heart').textContent = '\u1F90D';
Preview: ๐Ÿค