White Heart Symbol
Click any heart symbol to copy it, its HTML code, HTML entity, or Unicode code point — whichever format you need for your project.
Last updated: May 26, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is White Heart Symbol?
Heart symbols come in two flavours: emoji hearts (💙 💚 💛 🤍 🖤) encoded in the Emoji block of Unicode, and typographic heart characters (♥ ♡ ❤ ❦) encoded in older Unicode blocks like Miscellaneous Symbols and Dingbats.
All of them can be used in HTML pages. For emoji hearts you embed the character directly or use the numeric HTML code (e.g. `🤍` for 🤍). For typographic hearts there are also named HTML entities — `♥` for ♥ is the most widely supported.
This page lists 25 heart symbols with their HTML numeric codes, entities (where they exist), and Unicode code points. Use the mode buttons to switch what gets copied when you click a card.
How to Use White Heart Symbol
Choose what you want to copy: Symbol, HTML Code, HTML Entity, or Unicode.
Click any heart card to copy that value to your clipboard.
Paste it wherever you need it — a web page, a CSS content property, a text editor, or a chat message.
Common Use Cases
- Adding a white heart 🤍 or red heart ❤️ to a web page or email subject line.
- Using the HTML entity ♥ in a stylesheet or HTML template.
- Copying the Unicode code point to look up character properties.
- Finding the correct HTML code for the typographic heart ♥ in a form field.
- Picking coloured heart emoji for social media posts or app UI.
Example Input and Output
Three ways to insert the white heart in HTML.
Direct character
Numeric HTML code
JavaScript escape🤍
🤍
\u{1F90D}Font support
Emoji hearts (💙 🤍 etc.) render as colour emoji on most modern operating systems. Typographic hearts (♥ ♡ ❤) render as monochrome glyphs using the current text font — their colour depends on CSS color, not the glyph itself.
Email clients
Heart emoji in email subject lines render well on most modern clients. For older Outlook versions, the typographic ♥ (♥) is safer than emoji.

