Plain English

An improved version of Code 39 that's about 25% shorter for the same data. Less common than Code 128 but still used in some logistics and postal systems.

When to use

When you need something more compact than Code 39 but your system specifically requires Code 93 (e.g., some postal standards).

Syntax

^BAo,h,f,g,e

Parameters

ParameterDescription
oRotation: N, R, I, B
hBar height in dots
fShow text: Y or N
gText above: Y or N
eExtended mode: Y or N

Example

^XA
^FO50,50^BY2^BAN,80,Y,N^FDPACKAGE-789^FS
^XZ

Code 93 barcode for a package

Try it in the playground View all ZPL commands