COLON
:
U+003A
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
003A
Code Point
58
Notes
also used to denote division or scale; for that mathematical use 2236 is preferred
in Finnish and Swedish, also used as intra-word punctation (abbreviation mark)
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
0x3A
UTF-16
0x003A
UTF-32
0x0000003A
Copy & Paste Codes
Character
:
Unicode Escape
\u{003A}
HTML Entity (Decimal)
:
HTML Entity (Hex)
:
CSS Code
\003A
JavaScript
String.fromCodePoint(0x003A)
Python
chr(0x003A)