ZPL commands

^FH · Field Hexadecimal Indicator

Marks that hex values in the following ^FD are encoded as the hex indicator plus two hex digits, by default _HH e.g. _5F = underscore - for special cha…

Marks that hex values in the following ^FD are encoded as the hex indicator plus two hex digits, by default _HH (e.g. _5F = underscore) - for special characters. The indicator can be changed with parameter a.

Parameters

  • ^FHa - a: Hex indicator placed before the two hex digits (default _)

Example

^XA
^FO50,50^A0N,30,30^FH^FD_5F_28Unter_5F_29^FS
^XZ
ZPL preview: ^FH · Field Hexadecimal Indicator

Tip

Combined with ^CI28 this also lets you print non-printable characters and extended character sets.