What's the HTML character entity for the # sign?

前端 未结 7 739
广开言路
广开言路 2021-02-06 20:28

What\'s the HTML character entity for the # sign? I\'ve looked around for \"pound\" (keeps returning the currency), and \"hash\" and \"number\", but what I try doesn\'t seem to

7条回答
  •  一个人的身影
    2021-02-06 20:59

    There is no HTML character entity for the # character, as the character has no special meaning in HTML.

    You have to use a character code entity like # if you wish to HTML encode it for some reason.

提交回复
热议问题