Barcode Xpress for Node.js v13.9 - Updated
Code 93
Supported Barcode Types > Barcode Types > Code 93

The Code 93 barcode is a variable-length, alphanumeric, self-checking 1D barcode with an optional checksum for error detection. Code 93 was developed to improve data density and integrity in comparison to Code 39.

Example Barcode

The following example barcode encodes the information "CODE 93" as an Code 93 barcode:

Code 93

Details

Code 93 only includes the uppercase alphabetic characters. Code 93 also includes the characters space " ", minus "-", plus "+", period ".", dollar sign "$", slash "/", and percent "%".

Barcode Breakdown

Code 93 derives its name from the fact that every character is constructed from 9 modules arranged into 3 bars with their adjacent spaces.

Platform-Specific Notes

Code 93 requires a quiet zone, which should be at least the width of 10 narrow bars. This means that if you set the MinimumBarWidth property to 3 pixels (narrow bar size), you should set the HorizontalWhiteSpace property to 30 pixels.

Code 93 requires a quiet zone, which should be at least the width of 10 narrow bars. This means that if you set the MinimumBarWidth property to 3 pixels (narrow bar size), you should set the HorizontalWhiteSpace property to 30 pixels.

Code 93 requires a quiet zone, which should be at least the width of 10 narrow bars. This means that if you set the MakeBarcodeBarSize property to 3 pixels (narrow bar size), you should set the MakeBarcodeBWidth property to 30 pixels

Code 93 requires a quiet zone, which should be at least the width of 10 narrow bars. This means that if you set the MinimumBarWidth property to 3 pixels (narrow bar size), you should set the HorizontalWhiteSpace property to 30 pixels.

Similar Barcode Types

Code 39 is also referred to as "Code 3 of 9".

Barcode Variants

Code 39 Extended is a variant of Code 39 which extends support to the full ASCII charcter set. Code 32 is another variant that supports a subset of Code 39 characters.

Related Barcodes

Code 93 barcodes were designed to increase data density and integrity in comparison to Code 39 symbology.



For additional background and use-case information see our Code 93 barcode page.
For more information, see the Barcode Xpress SDK product page or try our online demos.

Is this page helpful?
Yes No
Thanks for your feedback.