Convert OnlineConvertOnline

HTML Entity/Symbol♥(BLACK HEART SUIT )

Copy this symbol

BLACK HEART SUIT

Click on any of the following code values to copy to clipboard.

♥
♥
U+02665
\2665
♥

HTML Examples

Using HTML Code value in HTML file

<span> &#9829; </span>

Using HTML Entity value in HTML file

<span> &hearts; </span>

CSS Example

Using CSS content code of the HTML entity &hearts; to specify in a CSS file

span { 
    content: "\2665";
}
All HTML Symbols