FOSSFonts

SEMICOLON (;)

;

Copy Character

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)

&#59;

HTML Entity (Hex)

&#x003B;

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
SEMICOLON (;) - U+003B | Unicode | FOSSFonts