๐ Code93 Barcode Generator
Code93 is a high-density linear barcode symbology designed as a successor to Code39, supporting the full ASCII character set with automatic check-character error detection.
Generate a Code93 barcode, used in logistics and inventory management. Designed as a successor to Code39, itโs a higher-density symbology supporting the full ASCII character set with automatic check-character error detection.
How to use
- Enter the text (letters, numbers, symbols) you want to encode.
- Download the generated barcode as SVG or PNG.
FAQ
What is Code93?
A linear barcode symbology designed as a successor to Code39, offering higher information density and automatic error detection via two check characters.
How is it different from Code39?
Code93 barcodes are narrower (higher density) than Code39, support the full ASCII character set, and automatically include check characters.
Do I need to calculate the check character myself?
No โ Code93โs check characters are calculated and appended automatically during barcode generation, so you only need to provide the data string.