keecode logokeecode

Heart

Heart symbol

Miscellaneous

HTML Codes

Named Entity

♥

Numeric Code

♥

Usage Examples

HTML Example (Named Entity)

<p>This is the Heart: &hearts;</p>

Output: This is the Heart:

HTML Example (Numeric Code)

<p>This is the Heart: &#9829;</p>

Output: This is the Heart:

JavaScript Example

const char = "&hearts;";
console.log(char); // ♥