Symbols

Black Heart Suit ♥

The black heart suit (♥) is one of the four playing card suits and one of the most universally recognized symbols for love and affection. Beyond card games, the heart symbol is used extensively in social media, messaging, health contexts, and emotional expression on the web.

All Representations

Named Entity
♥
Decimal Code
♥
Hex Code
♥
Unicode
U+2665

Rendered Output

♥ renders as the character shown above

When to Use Black Heart Suit

Use the heart suit symbol in card game documentation, expressions of affection or approval, health-related content, and social media interfaces. While emoji hearts have become more popular for casual use, the HTML entity heart character renders reliably in all contexts including email and plain text.

Try It — HTML Examples

Named entity in text
<p>Symbol: &hearts;</p>
Decimal reference
<p>Symbol: &#9829;</p>
Hex reference
<p>Symbol: &#x2665;</p>
Inside an HTML attribute
<div title="The Black Heart Suit: &hearts;">Hover to see</div>

About the Black Heart Suit Entity

The Black Heart Suit character (♥) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &hearts;, the decimal numeric character reference &#9829;, or the hexadecimal numeric reference &#x2665;. The character is assigned Unicode code point U+2665 in the Universal Character Set.

The black heart suit (♥) is one of the four playing card suits and one of the most universally recognized symbols for love and affection. Beyond card games, the heart symbol is used extensively in social media, messaging, health contexts, and emotional expression on the web.

Symbol entities encompass a wide variety of special characters used in legal disclaimers, intellectual property notices, typographic ornaments, card suit indicators, and miscellaneous notation throughout web content. These characters appear in website footers for copyright notices, product pages for trademark symbols, academic papers for dagger footnote markers, and decorative or gaming contexts for card suits and stars.

When deciding how to encode the Black Heart Suit character in your HTML documents, the named entity &hearts; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#9829; and hexadecimal form &#x2665; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the heart suit symbol in card game documentation, expressions of affection or approval, health-related content, and social media interfaces. While emoji hearts have become more popular for casual use, the HTML entity heart character renders reliably in all contexts including email and plain text.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.