keecode logokeecode
Home / HTML Entities / Exists

Exists

There exists (existential quantifier)

Math

HTML Codes

Named Entity

∃

Numeric Code

∃

Usage Examples

HTML Example (Named Entity)

<p>This is the Exists: &exist;</p>

Output: This is the Exists:

HTML Example (Numeric Code)

<p>This is the Exists: &#8707;</p>

Output: This is the Exists:

JavaScript Example

const char = "&exist;";
console.log(char); // ∃