copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('♥'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
♥
BLACK HEART SUIT
Overview
♥ is the BLACK HEART SUIT, one of the four suits of a standard deck of playing cards. Assigned to U+2665 in the Miscellaneous Symbols block, it is categorized as a symbol and written in HTML as ♥. Alongside the spade, club, and diamond, it represents the heart suit in card games and games notation, and it is often reused more loosely to stand for love or favor in ordinary text.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2665 | |
| decimal | 9829 | |
| htmldecimal | ♥ | |
| htmlhex | ♥ | |
| css | \2665 | |
| javascript | \u{2665} | |
| python | \u2665 | |
| java | \u2665 | |
| go | \u2665 | |
| ruby | \u{2665} | |
| rust | \u{2665} | |
| ccpp | \u2665 | |
| urlencoded | %E2%99%A5 | |
| utf8bytes | e2 99 a5 | |
| utf16bebytes | 26 65 | |
| utf32bebytes | 00 00 26 65 | |
| htmlentity | ♥ |
How to Use
HTML:
♥
or
♥
CSS:
content: "\2665"
JavaScript:
"\u{2665}"
Python:
"\u2665"
Properties
- Block
- Miscellaneous Symbols
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the ♥ character (BLACK HEART SUIT)?
♥ (BLACK HEART SUIT) is the Unicode character U+2665.
What is the Unicode codepoint of BLACK HEART SUIT?
The BLACK HEART SUIT character (♥) has codepoint U+2665.
How do I type or copy BLACK HEART SUIT?
Copy ♥ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.