Plain English

A compact numeric-only barcode where pairs of digits interleave. Very space-efficient for numbers. Common in warehouse and distribution for case/pallet labels.

When to use

Warehouse carton labels, distribution, and anywhere you need a compact barcode for numeric-only data.

Syntax

^B2o,h,f,g,e

Parameters

ParameterDescription
oRotation
hHeight
fShow text: Y or N
gText above: Y or N
eCheck digit: Y or N

Example

^XA
^FO50,50^BY2^B2N,80,Y,N,Y^FD1234567890^FS
^XZ

ITF barcode for a carton label (must be even number of digits)

Try it in the playground View all ZPL commands