What ^CI does
^CI selects how byte values map to glyphs. ^CI28 selects UTF-8, which is the safest choice for modern data containing accents or non-Latin characters. Older labels often use ^CI0 (single-byte).
Syntax
^CIaParameters
| Parameter | Description | Values | Default |
|---|---|---|---|
a | Encoding number | 0–30 (28 = UTF-8) | 0 |
Example
^XA
^CI28
^FO50,50^A0N,30,30^FDCafé Zürich^FS
^XZPaste this into the free ZPL viewer to see it render, or convert it to PDF.
Notes & tips
- Use ^CI28 for UTF-8 text.
- Place ^CI before the ^FD fields it affects.
Related commands
See the full ZPL command reference for all 92 documented commands.
