SEMICOLON
;
U+003B
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
003B
Code Point
59
Notes
this, and not 037E, is the preferred character for "Greek question 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
0x3B
UTF-16
0x003B
UTF-32
0x0000003B
Copy & Paste Codes
Character
;
Unicode Escape
\u{003B}
HTML Entity (Decimal)
;
HTML Entity (Hex)
;
CSS Code
\003B
JavaScript
String.fromCodePoint(0x003B)
Python
chr(0x003B)