More Symbologies
Australia Post 4-state Barcode
Aztec Code Barcode
Codabar
Code 11
Code 128
Code 16K
Code 32
Code 39
Code 93
Compact PDF417
Data Matrix
Deutsche Post Identcode Barcode
Deutsche Post Leitcode Barcode
EAN-13
EAN-8
EAN-99
EAN-Velocity
FedEx Ground 96
HIBC LIC 128
HIBC LIC 39
HIBC PAS 128
HIBC PAS 39
Industrial 2 of 5
Interleaved 2 of 5
ISBN
ISBT 128
ISMN
ISSN
Italian Post 25
ITF-14
JAN-13
JAN-8
Macro PDF417
Micro PDF417
MSI
Numly Number
OPC
PDF417
Pharmacode
PLANET
POSTNET
PZN
QR Code
British Royal Mail 4-State Customer Barcode
Royal TPG Post KIX 4-State Barcode
SCC-14
Semacode
Singapore 4-State Postal Code Barcode
SSCC-18
Swiss PostParcel Barcode
Telepen
UCC/EAN-128
UPC-A
UPC-E
USPS Facing Identification Marks
USPS Horizontal Bars
USPS Intelligent Mail / OneCode 4-State Customer Barcode
USPS Package Identification Code
USPS Sack Label Barcode
USPS Tray Label Barcode
VICS BOL Barcode
VICS SCAC PRO Barcode

Code 93 Barcode

This Symbology is also known as ANSI/AIM Code 93, ANSI/AIM Code 93, Uniform Symbology Specification Code 93, USS Code 93, USS 93, Code 9/3, USS-93, USD-3, Code 93 Extended, and Code 93 Full ASCII

Overview
Code 93 was designed to complement and improve upon Code 39. Code 93 is similar in that it, like Code 39, can represent the full ASCII character set by using combinations of 2 characters.
It differs in that Code 93 is a continous, variable-length symbology and produces denser code.
Code 93 offers higher information density for alphanumeric data than either Code 39 or Code 128.
What kind of data can be encoded by Code 93?
  • The Standard Mode (Default implementation) can encode uppercase letters (A through Z), digits (0 through 9) and a handful of special characters like the *, -, $, %, (Space), ., /, and +
  • The Full ASCII Mode or Extended Version can encode all 128 ASCII characters
The * (asterisk) is not a true encodable character, but is the start and stop 'symbol' for Code 93.

Sample of a Code 93 Barcode

How to create Code 93 barcodes using Barcode Professional for

ASP.NET/Windows Forms/Reporting Services/Compact Framework WPF  
Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get a Code 93 barcode image, please follow these steps:
  • Set the Symbology property to Code93
  • Set the AddChecksum property to False
  • By default, Code 93 can only encode uppercase letters (A through Z), digits (0 through 9) and a handful of special characters like the *, -, $, %, (Space), ., /, and +. If you need to encode all 128 ASCII characters, please set the Extended property to True
  • Setting up dimensions and quiet zones:
    • Set the BarWidth and BarHeight properties (Values are expressed in Inches)
    • Set the QuietZoneWidth property (Value is expressed in Inches)
    • Set the TopMargin and BottomMargin properties (Values are expressed in Inches)
  • Set the Code property with the value to encode.
  • Code 93 utilizes asterisk characters as Start & Stop symbols and they are shown in the human readable text of a barcode image. You can rid of those characters from the human readable text by setting up the DisplayStartStopChar property to False
Example of Code 93 barcode images
Code property = ABC 123456789 will produce the following barcode image:
Code property = (abc) 123456789 and Extended property = True will produce the following barcode image:
 Copyright © 2003 - 2009 Neodynamic S.R.L. All rights reserved.