HTML Entity/Symbol#(NUMBER SIGN )

#
Copy this symbol

NUMBER SIGN

Click on any of the following code values to copy to clipboard.

#
#
U+00023
\0023
#

HTML Examples

Using HTML Code value in HTML file

<span> &#35; </span>

Using HTML Entity value in HTML file

<span> &num; </span>

CSS Example

Using CSS content code of the HTML entity &num; to specify in a CSS file

span { 
    content: "\0023";
}
All HTML Symbols