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

前端 未结 7 635
广开言路
广开言路 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 21:01

    For # we have #.

    Bear in mind, though, it is a new entity (IE9 can't recognize it, for instance). For wide support, you'll have to resort, as said by others, the numerical references # and, in hex, #.

    If you need to find out others, there are some very useful tools around.

提交回复
热议问题