ASTERISK
*
U+002A
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
002A
Code Point
42
Aliases
star
Notes
can have five or six spokes
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
0x2A
UTF-16
0x002A
UTF-32
0x0000002A
Copy & Paste Codes
Character
*
Unicode Escape
\u{002A}
HTML Entity (Decimal)
*
HTML Entity (Hex)
*
CSS Code
\002A
JavaScript
String.fromCodePoint(0x002A)
Python
chr(0x002A)