NUMBER SIGN
#
U+0023
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
0023
Code Point
35
Aliases
pound sign (weight)
hashtag, hash
crosshatch, octothorpe
Notes
for denoting musical sharp 266F is preferred
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C0 Controls and Basic Latin (Basic Latin)
Character Encoding
UTF-8
0x23
UTF-16
0x0023
UTF-32
0x00000023
Copy & Paste Codes
Character
#
Unicode Escape
\u{0023}
HTML Entity (Decimal)
#
HTML Entity (Hex)
#
CSS Code
\0023
JavaScript
String.fromCodePoint(0x0023)
Python
chr(0x0023)