keecode logokeecode
Home / HTML Entities / Empty set

Empty set

Empty set

Math

HTML Codes

Named Entity

∅

Numeric Code

∅

Usage Examples

HTML Example (Named Entity)

<p>This is the Empty set: &empty;</p>

Output: This is the Empty set:

HTML Example (Numeric Code)

<p>This is the Empty set: &#8709;</p>

Output: This is the Empty set:

JavaScript Example

const char = "&empty;";
console.log(char); // ∅