Math & Science
∞
Infinity Symbol (Lemniscate) (∞)
The horizontal figure-eight symbol representing the concept of unbounded quantity or infinite cycles.
One-Click Copyable Code Formats
HTML Named Entity
∞HTML Decimal Code
∞HTML Hex Code
∞CSS content (\XXXX)
\221EJavaScript Unicode (\uXXXX)
\u221EURL Percent Encoded
%E2%88%9EReal-World Implementation Snippets
HTML5 Document
<p>Example: ∞</p>CSS ::before / ::after
.badge::before {
content: '\221E ';
}React JSX / TypeScript
<span>{"\u221E"}</span>Frequently Asked Questions
Infinity Symbol (Lemniscate) (∞) HTML Entity FAQ
Common questions regarding HTML escape codes, CSS pseudo-elements, and browser character encoding.
The standard HTML named entity is "∞". If using numeric codes, you can use the decimal code "∞" or hex code "∞".