How can I display an infinity symbol (like the one in the picture) using HTML?
![]()
|
How can I display an infinity symbol (like the one in the picture) using HTML?
|
|||||
|
|
Use the HTML entity |
|||
|
|
|
You can use the following:
But whether it is displayed correctly does also depend on the font the text is displayed with. |
|||||
|
|
∞ This does not require a HTML entity if you are using a modern encoding (such as UTF-8). And if you're not already, you probably should be. |
|||||||||||||||||||||
|
|
According to this page, it's |
|||||
|
|
According to List of XML and HTML character entity references:
Next time, try Google. The Google search using your original question gets several useful results: How can I display an infinity symbol using html. |
|||||||||||||||||||||
|