ESC H

 

Cancel Double-strike Mode

Format:

ESC

H

ASCII code:

Decimal:

27

72

Hexadecimal:

1B

48

Comments:

Turns off the double-strike mode selected by ESC G.

ESC SO

 

 

Select Superscript Mode

Format:

ESC

S

NUL

ASCII code:

Decimal:

27

83

0

Hexadecimal: 1 B

53

00

Comments:

Prints characters about two-thirds of the normal height in the upper part of the character space. The ASCII code 0 or the character “0” can be used in this command. It is cancelled with ESC T.

ESC S1

 

 

Select Subscript Mode

Format:

ESC

S

SOH

ASCII code:

Decimal:

27

83

1

Hexadecimal:

1B

53

01

Comments:

Prints characters about two-thirds of the normal height in the lower part of the character space. The ASCII code 1 or the character “1” can be used in this command. It is cancelled with ESC T.

ESC T

 

Cancel Superscript/Subscript

Format:

ESC

T

ASCII code:

Decimal:

27

84

Hexadecimal:

1B

54

Comments:

Cancels either superscript or subscript.

Command Summary

A-27