keecode logokeecode
Home / HTML Entities / For all

For all

For all (universal quantifier)

Math

HTML Codes

Named Entity

∀

Numeric Code

∀

Usage Examples

HTML Example (Named Entity)

<p>This is the For all: &forall;</p>

Output: This is the For all:

HTML Example (Numeric Code)

<p>This is the For all: &#8704;</p>

Output: This is the For all:

JavaScript Example

const char = "&forall;";
console.log(char); // ∀