As character names:

U+003B SEMICOLON character (;)

As raw characters:

;

As a string of HTML entities:

&#x003b;

Decoder output:

Byte number 1 is decimal 59, hex 0x3B, octal \073, binary 00111011

U+003B	SEMICOLON
	* this, and not 037E, is the preferred character for 'Greek question mark'
	x (greek question mark - 037E)
	x (arabic semicolon - 061B)
	x (reversed semicolon - 204F)
	x (turned semicolon - 2E35)