NUMBER SIGN (#)
#
Copy Character
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Unicode Code
U+0023
Codepoint
35
Aliases
pound sign (weight), hashtag, hash, crosshatch, octothorpe
Notes
for denoting musical sharp 266F is preferred
Character Encoding
UTF-8
0x23
UTF-16
0x0023
UTF-32
0x00000023
Copy & Paste Codes
Unicode Escape
\u{0023}
HTML Entity (Decimal)
#
HTML Entity (Hex)
#
CSS Code
\0023
JavaScript/JSON
String.fromCodePoint(0x0023)
Python
chr(0x0023)
Ruby/PHP
chr(0x0023)
Unix, C, PHP, JAVA
0x0023
Perl
chr(0x0023)
URL Encoded
%0023