keecode logokeecode
Home / HTML Entities / Diamond

Diamond

Diamond symbol

Miscellaneous

HTML Codes

Named Entity

♦

Numeric Code

♦

Usage Examples

HTML Example (Named Entity)

<p>This is the Diamond: &diams;</p>

Output: This is the Diamond:

HTML Example (Numeric Code)

<p>This is the Diamond: &#9830;</p>

Output: This is the Diamond:

JavaScript Example

const char = "&diams;";
console.log(char); // ♦