HYPHEN-MINUS
-
U+002D
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
002D
Code Point
45
Aliases
hyphen, dash
minus sign
Notes
used generically for hyphen, minus sign or en dash, all of which have dedicated alternatives
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
0x2D
UTF-16
0x002D
UTF-32
0x0000002D
Copy & Paste Codes
Character
-
Unicode Escape
\u{002D}
HTML Entity (Decimal)
-
HTML Entity (Hex)
-
CSS Code
\002D
JavaScript
String.fromCodePoint(0x002D)
Python
chr(0x002D)