Infinity symbol with HTML

后端 未结 9 1032
轻奢々
轻奢々 2020-12-13 16:26

How can I display an infinity symbol (like the one in the picture) using HTML?

9条回答
  •  不思量自难忘°
    2020-12-13 17:13

    You can use the following:

    • literal: (if the encoding you use can encode it — UTF-8 can, for example)
    • character reference: (decimal), (hexadecimal)
    • entity reference:

    But whether it is displayed correctly does also depend on the font the text is displayed with.

提交回复
热议问题