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)
\221E
JavaScript Unicode (\uXXXX)
\u221E
URL Percent Encoded
%E2%88%9E

Real-World Implementation Snippets

HTML5 Document
<p>Example: &infin;</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 "&infin;". If using numeric codes, you can use the decimal code "&#8734;" or hex code "&#x221E;".