Black heart suit (♥) is Unicode U+2665 in the Miscellaneous Symbols block. It is the filled hearts suit used in card games and suit notation. HTML provides the named entities ♥ and ♥.
Remember
Character ♥
Unicode U+2665
Hex entity ♥
Decimal ♥
Named entity ♥ (also ♥)
CSS escape \2665
Not the same ♡ U+2661 (white heart suit)
All of these produce the same glyph: ♥. Prefer ♥ in hand-written HTML; type ♥ in UTF-8 when you can; use numeric or CSS forms for generated content.
Black heart suit using Hex Code: ♥
Black heart suit using HTML Code: ♥
Black heart suit using Named Entity: ♥
Black heart suit using CSS Entity: ♥
Typed directly: ♥
How It Works
1. Hex:U+2665 → ♥ in HTML. The browser turns it into ♥.
2. Decimal: same code point as 9829 → ♥. Same result as hex.
3. Named:♥ (or ♥) is the standard HTML name for U+2665 — clear in source.
4. CSS: use \2665 in content (not an HTML entity). #point::after appends that ♥ after the paragraph text.
5. Typed ♥: fine in UTF-8 source. All five lines show the same glyph.
Pitfalls & Tips
Common mistakes when working with black heart suit (♥).
♥ hearts ≠ ♠ spades ≠ ♣ clubs ≠ ♦ diamonds. Use the matching code point for each suit.
a11y
Say “Hearts”
Screen readers may not announce the suit clearly. Pair the glyph with visible or visually hidden text.
Fonts
Match suit fonts
Use the same font stack for ♣ ♦ ♥ ♠ so suit glyphs look consistent.
CSS vs HTML
Do not mix escapes
\2665 belongs in CSS. ♥ / ♥ belong in HTML.
Semicolon
End references
Always finish with ; — write ♥, not &hearts.
Compatibility
Browser Support
Black heart suit (U+2665) and its entity forms (♥, ♥, ♥, ♥, CSS \\2665) are supported in all mainstream browsers. Glyph quality depends on font support for Miscellaneous Symbols.
✓ Universal support
Black Heart Suit (♥)
Type ♥, or encode with named, hex, decimal, or CSS escape — same glyph everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+2665 / entitiesFull support
Bottom line: Prefer ♥ or a typed ♥ for normal text. Use numeric forms when generating markup, and \\2665 only inside CSS content.
Remember
Key Takeaways
Unicode: black heart suit is U+2665 (decimal 9829).
HTML: prefer ♥ (or ♥ / ♥).
CSS: use \2665 inside content for generated icons.
Use ♥ (hex), ♥ (decimal), ♥ or ♥ (named), or the CSS escape \2665 in the content property. All render ♥. You can also paste ♥ directly if your file is UTF-8.
U+2665 (hex 2665, decimal 9829). Unicode names it BLACK HEART SUIT. It belongs to the Miscellaneous Symbols block in the playing-card suit range.
Yes. ♥ and ♥ both map to U+2665. Prefer ♥ in hand-written HTML; numeric forms are useful in generated markup.
♥ (U+2665) is the filled black heart suit. ♡ (U+2661) is white heart suit (outline). They are different code points.
HTML entities (♥, ♥, or ♥) go in markup. The CSS escape \2665 is used in stylesheets (usually in the content property of ::before/::after). Both render ♥.
Use ♥ for card games, Bridge notation, suit labels, and romantic or likes-style UI. Pair the glyph with the word Hearts when accessibility matters.
🤔
Did you know?
Black heart suit is Unicode U+2665 (decimal 9829) in the Miscellaneous Symbols block — official name BLACK HEART SUIT. HTML’s named references are ♥ and ♥. It is not white heart suit (U+2661 ♡).