SEMICOLON (;)
;
Copy Character
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Unicode Code
U+003B
Codepoint
59
Notes
this, and not 037E, is the preferred character for "Greek question mark"
Character Encoding
UTF-8
0x3B
UTF-16
0x003B
UTF-32
0x0000003B
Copy & Paste Codes
Unicode Escape
\u{003B}
HTML Entity (Decimal)
;
HTML Entity (Hex)
;
CSS Code
\003B
JavaScript/JSON
String.fromCodePoint(0x003B)
Python
chr(0x003B)
Ruby/PHP
chr(0x003B)
Unix, C, PHP, JAVA
0x003B
Perl
chr(0x003B)
URL Encoded
%003b