Is there any ASCII character for
?

前端 未结 6 693
猫巷女王i
猫巷女王i 2020-12-25 11:38

Typically we all using HTML numbers or names in web pages. For example, & is & or &, and $, @

6条回答
  •  离开以前
    2020-12-25 11:57


    is an HTML element. There isn't any ASCII code for it.

    But, for line break sometimes is used as the text code.

    Or <br>

    You can check the text code here.

提交回复
热议问题