A SERVICE OF

logo

ESC G
Format:
ASCII code:
ESC G
Decimal:
27 71
Hexadecimal: 1B 47
Select Double-Strike Mode
Explanation:
Makes text bolder by printing each line twice, with the second
printing slightly below the first.
ESC H
Cancel Double-Strike Mode
Format:
ASCII code:
ESC H
Decimal:
27 72
Hexadecimal: 1B 47
Explanation:
Turns off double-strike mode selected by ESC G.
ESC S
Select Superscript/Subscript
Format:
ASCII code:
ESC S (n)
Decimal:
27 83 (n)
Hexadecimal: 1B 53 (n)
Explanation:
This command either selects superscript (when n = 0) or sub-
script (when n=
1).
ESC T
Cancel Superscript/Subscript
Format:
ASCII code:
ESC T
Decimal:
27
64
Hexadecimal:
1B 54
Explanation:
Turns off either superscript or subscript.
c-5