ZPL commands

^CI · Change International Font/Encoding

Selects the international character set code page for subsequent text; individual character codes can optionally be remapped.

Selects the international character set (code page) for subsequent text; individual character codes can optionally be remapped.

Parameters

  • ^CIa,s1,d1,s2,d2,… - a: Character set, e.g. 0 = USA 1 (default), 13 = Zebra Code Page 850, 27 = Zebra Code Page 1252, 28 = UTF-8, 29 = UTF-16 big endian, 30 = UTF-16 little endian
  • ^CIa,s1,d1,s2,d2,… - s1,d1 …: optional remapping of individual characters (pairs of character codes 0–255)

Example

^XA
^CI28
^FO50,50^A0N,30,30^FDGrüße äöü߀^FS
^XZ
ZPL preview: ^CI · Change International Font/Encoding

Tip

^CI28 (UTF-8) is the recommended choice for umlauts, € and Unicode - zplCloud adds it automatically.