Convert OnlineConvertOnline

HTML Entity/Symbol∞(INFINITY )

Copy this symbol

INFINITY

Click on any of the following code values to copy to clipboard.

∞
∞
U+0221E
\221e
∞

HTML Examples

Using HTML Code value in HTML file

<span> &#8734; </span>

Using HTML Entity value in HTML file

<span> &infin; </span>

CSS Example

Using CSS content code of the HTML entity &infin; to specify in a CSS file

span { 
    content: "\221e";
}
All HTML Symbols