Description of Code 39 Extended

The additional characters (e.g. lower case letters) are created using the existing characters of Code 39 by combining two characters each.
Code 39 Extended is also available with a check digit. This check digit is calculated according to Modulo 43. ActiveBarcode offers you both options. If you create a code using the Text "C39ex" of type "Code 39 Extended" (#10) this barcode will be shown without a check digit:
And here is the code if you use the Type "Code 39 ExtendedChecksum" (#27) width a check digit calculated according to Modulo 43:
Code 39 Extended can be to produced in different proportions: 2,0:1 and 3,0:1.
This is the proportion between the thin and the thick lines of the code. As
higher the proportion, the wider is the printed barcode with same contents, but even better is readability.
ActiveBarcode always used the proportion 3,0:1.
Technical data
Valid characters: |
0123456789[Space]ABCDEFGHIJKLMNOPQRSTUVWXYZ !#$%&'()*+,-./:;<=>[email protected][\]^_` abcdefghijklmnopqrstuvwxyz{|} |
Length: | Variable with no fixed length. |
Check digit: |
Calculated according to Modulo 43 ActiveBarcode calculates the check digit automatically. |
Type#: |
Code 39 Extended - #10 - CODE39E (no check digit) Code 39 Extended Checksum- #27 - CODE39ECHECKSUM (Modulo 43 check digit) |