Infinity symbol with HTML

后端 未结 9 1029
轻奢々
轻奢々 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:18

    Infinity is a reserved character in HTML. Following are its values in various forms.

    • Hex : 8734
    • Decimal : 221E
    • Entity : ∞

    To use in html code

    The html symbol is ∞

    The html symbol is ∞

    The html symbol is ∞

    Reference : HTML Symbols - HTML Infinity Symbol

提交回复
热议问题