๐Ÿ’•

Two Hearts Symbol

Click to copy Two Hearts symbol to clipboard

Unicode Character
๐Ÿ’•
Unicode Hex
U+1F495
HTML Entity
💕
Decimal Code
128149

About the Two Hearts Symbol

Last reviewed on May 7, 2026

The Two Hearts symbol (๐Ÿ’•) is one of the hearts and love characters in the AllSymbols catalog. It is part of the family of Unicode heart characters, which split into two visual styles: thin suit hearts from the playing-card tradition and plump emoji hearts in color. The two styles cannot be mixed for visual consistency — pick a style and use it throughout a piece of writing.

Where this character is used

Heart characters carry the same casual associations across most contexts: affection, gratitude, support, fondness. Color emoji hearts add a tonal layer — red is direct, pink and purple lean affectionate, blue and green carry friendship and support undertones in many online communities. Conventions are loose; treat them as soft signals rather than rules.

Code references

In Unicode, Two Hearts sits at code point U+1F495. Web pages reference it with the HTML numeric entity 💕; CSS rules reference it as a quoted hex escape (the four-digit code prefixed with a backslash); in JavaScript and most modern source-code contexts you can either paste the literal character or use a Unicode escape with the same hex digits.

Rendering and font support

Suit hearts (♥ / ♡) inherit the surrounding text color through CSS. Color emoji hearts render with the platform’s emoji font and ignore the surrounding color — you can’t tint them with CSS. Pick the style that matches the context: monochrome prose wants the suit heart; chat and social posts usually want the emoji.

Related characters

If Two Hearts isn’t quite what you need, the Hearts and Love page lists every related character on the site — including Red Heart and Purple Heart. The related-symbols grid below also surfaces the closest sibling characters.

How to Use Two Hearts Symbol

HTML: 💕
CSS: content: '\\1F495';
JavaScript: '\\u1F495'
Unicode: U+1F495