keecode logokeecode
Home / HTML Entities / Infinity

Infinity

Infinity symbol

Math

HTML Codes

Named Entity

∞

Numeric Code

∞

Usage Examples

HTML Example (Named Entity)

<p>This is the Infinity: &infin;</p>

Output: This is the Infinity:

HTML Example (Numeric Code)

<p>This is the Infinity: &#8734;</p>

Output: This is the Infinity:

JavaScript Example

const char = "&infin;";
console.log(char); // ∞