Control Codes
100-88002 Rev B Page 99
ASCII [ESC] ^ <n>
Hexadecimal 1BH 5EH <n>
Decimal <27> <94> <n>
IPCL &%CC <m1> <m2> <m3>
EPOS [ESC] ^ <n>
Description The [ESC] ^ <n> command allows characters from zero to 31 codes to be
printed. During normal operation, characters from zero to 31 are control characters.
The command turns off control code translation for the following character. <n> can
range in value from zero to 255.
[ESC] “ Print Unicode character
ASCII [ESC] “ <nL><nH>
Hexadecimal 1BH 22H <nL><nH>
Decimal <27> <34> <nL><nH>
IPCL &%PU<m1> <m2> <m3><m4> <m5>
EPOS [ESC] “ <nL><nH>
Description The [ESC] “<nL><nH>command allows any Unicode character to be
directly addressed and inserted into the print data. <nL><nH> can range in value from
zero to 65535.