Code 93 for compact logistics labels
When label space is tight, Code 93's higher density than Code 39 helps fit the same data in a narrower barcode.
Preconfigured for tight labels
This experience renders at 1x module scale ("scale": 1) instead of the primary's default, for tighter label real estate.
Example data
The generator is seeded with a bwip-js-verified valid Code 93 value you can replace with your own identifier.
Workflow
Enter your identifier, confirm the preview fits your label width, then export SVG for print.
Job-specific settings
Reduce scale carefully -- Code 93 is denser than Code 39 but still needs enough module width for your printer's resolution.
Common mistakes
Manually appending check characters is unnecessary; bwip-js computes both automatically.
Reference
Code 93 is documented in the bwip-js/BWIPP symbology reference.
Related
For full-ASCII data, use the Code 93 Extended generator instead.