∞
Infinity
Infinity symbol
Math
HTML Codes
Named Entity
∞
Numeric Code
∞
Usage Examples
HTML Example (Named Entity)
<p>This is the Infinity: ∞</p>
Output: This is the Infinity: ∞
HTML Example (Numeric Code)
<p>This is the Infinity: ∞</p>
Output: This is the Infinity: ∞
JavaScript Example
const char = "∞"; console.log(char); // ∞
When to Use HTML Entities
Mathematical symbols should use entity codes for proper display in HTML, especially in scientific or technical content.