What ^FH does
^FH lets you embed hexadecimal escape sequences in ^FD data, so control or extended characters can be sent as _XX. It is the standard way to include characters that can't be typed directly, such as newlines or accented letters.
Syntax
^FHaParameters
| Parameter | Description | Values | Default |
|---|---|---|---|
a | Escape character | — | _ (underscore) |
Example
^XA
^CI28
^FO50,50^A0N,30,30^FH^FDCaf_C3_A9^FS
^XZ_C3_A9 is the UTF-8 byte sequence for 'é'.
Paste this into the free ZPL viewer to see it render, or convert it to PDF.
Related commands
See the full ZPL command reference for all 92 documented commands.
