22
ESC !
Global formatting
[ASCII] ESC !
n
[Decimal]
27 33 n
[Hexadecimal]
1B 21 n
[Parameters] 0
≤
n
≤
255
[Description]
・
Specifies a combination of the various print modes.
・
Specifies modes according to the bit value of n.
・
A combination of multiple print modes can be specified at one time.
Bit
7
6
5
4
3
2
1
0
1
Underline
Italics
Not used
Bold
Bold
Not used
Not used
Not used
0
Cancel
Cancel
Not used
Cancel
Cancel
Not used
Not used
Not used
[Example]
To apply underlining and the italic style at one time
Code
ABC ESC ! C0h ABC ESC ! 00h ABC FF
Print result
ABCABCABC