Free Code 39 Barcode Generator
Encode uppercase letters, digits, and a handful of symbols as Code 39 — the original alphanumeric barcode and the format every scanner ever made reads.
- QR Generator
- Free Business Card Designer
- Printable WiFi Cards
- Batch CSV (500 codes)
- 40 Templates
- 20 Languages
یہ بار کوڈ فارمیٹ صرف پیش منظر اور پس منظر کے رنگوں کے ساتھ مونوکروم رینڈر ہوتا ہے۔ ٹیمپلیٹس، ڈاٹ/آئی شکلیں، گریڈینٹس، فریم اور مرکزی لوگو صرف QR کوڈز پر لاگو ہوتے ہیں اور یہاں چھپے ہوئے ہیں۔
Show 30 more templates
Save a style with the button above to keep your favourites here.
Or pick a built-in icon:
108 مزید آئیکن دکھائیں
کم شفافیت پر QR کے پیچھے رینڈر ہوتا ہے۔ تصویر کے ذریعے QR اسکین ہوسکے اس لیے EC=H خودکار طور پر لاگو ہوتا ہے۔
Batch Generation
ایک ہی بیچ میں 500 تک QR کوڈز بنانے کے لیے CSV اپ لوڈ کریں۔ ہر قطار اپنا QR بن جاتی ہے — ایک ٹیمپلیٹ منتخب کریں یا ہر قطار کی بنیاد پر 21 خصوصیات کو اوور رائیڈ کریں: رنگ، فریم، ڈاٹ/آنکھ/آئی بال اسٹائلز، گریڈیئنٹس، شفافیت، سائز، ایرر کریکشن، فارمیٹ، بلٹ ان لوگو اور بہت کچھ۔
21 کالم: type, data, filename, frametext, frame, template, fgcolor, bgcolor, size, ec, dotstyle, eyestyle, format, logo, gradient, g2, gtype, gangle, transparent, eyeball, eyecolor۔ صرف type اور data لازمی ہیں۔ data کے اندر فیلڈز کو الگ کرنے کے لیے | کا استعمال کریں (مثلاً ssid|password|WPA)۔
تمام 20 QR اقسام تعاون یافتہ ہیں، بشمول URL، WiFi، vCard، MeCard، Email، SMS، Event، Location، UPI، SEPA، PayPal، Crypto، Micro QR اور rMQR۔ تمام کالم، 40 ٹیمپلیٹس، 11 فریم اسٹائلز اور 12 بلٹ ان لوگوز کو عمل میں دیکھنے کے لیے نمونہ CSV ڈاؤن لوڈ کریں۔
1. نمونہ CSV ڈاؤن لوڈ کریں · 2. Google Sheets، Excel، Numbers یا کسی بھی ٹیکسٹ ایڈیٹر میں ترمیم کریں · 3. یہاں اپ لوڈ کریں
Save the entire QR â type, all field values, style, frame, logo, business card design â as a single .qr.json file. Load it later to recreate everything in one click.
اپنا QR کوڈ بنانے کے لیے مواد درج کریں
ای سگنیچرز جو عدالت میں قابل قبول ہوں
Abundera Sign بنیادی ای سگنیچرز سے آگے جاتا ہے۔ ہر دستاویز کو کرپٹوگرافک ثبوت، آزادانہ تصدیق، اور چھیڑ چھاڑ سے محفوظ ثبوت پیکیج ملتا ہے۔
- خود بخود تیار عدالتی ثبوت پیکیجز
- ذاتی دستاویز مہر — فوری طور پر چھیڑ چھاڑ کا پتہ لگاتی ہے
- ۵ آزاد نظاموں سے منسلک — کوئی واحد ناکامی کا نقطہ نہیں
What is Code 39?
Code 39 (ISO/IEC 16388, also called Code 3 of 9) is the OG alphanumeric barcode — in production since 1974 and supported by literally every barcode scanner ever made. It encodes 0-9, uppercase A-Z, and the symbols -.$/+%* and space, plus mandatory start/stop asterisks. Trade-off: low density (about 50% wider per character than Code 128), but unbeatable scanner compatibility.
Where Code 39 dominates
- Healthcare: patient ID bands, specimen labels, equipment tags — HL7 widely adopted Code 39.
- US military logistics (LOGMARS): every DOD-tagged item carries Code 39.
- Inventory tagging: small businesses still print Code 39 from cheap thermal printers.
- Vehicle Identification Numbers (VINs): state DMVs and auto registries often use Code 39 for the VIN barcode.
26 زبانوں میں دستیاب
مکمل ترجمہ شدہ UI، مقامی رسم الخط رینڈرنگ، اور عربی و اردو کے لیے دائیں سے بائیں سپورٹ۔
Frequently Asked Questions
What characters can I use?
Uppercase A-Z, digits 0-9, space, and the symbols - . $ / + % and * (which is the start/stop sentinel — added automatically). Lowercase letters are not supported in standard Code 39.
What's Full ASCII Code 39?
An extension that uses two-character pairs to encode lowercase + symbols. Not yet exposed here; if you need it, encode your data with the bwip-js code39ext bcid via the batch CSV path.
Is there a check digit?
Code 39 supports an optional Mod-43 check digit (used in HIBCC for healthcare). bwip-js doesn't auto-add it; if you need it, append it manually.
Will iPhone Camera scan Code 39?
Yes since iOS 15.
Why uppercase only?
Standard Code 39 has only 43 characters. Lowercase support requires the Full ASCII extension.
How big should I print it?
X-dimension of at least 7.5 mil (0.19 mm). Code 39 needs more space than Code 128 for the same data.
What's the difference vs Code 93?
Code 93 packs more data into the same width and adds two mandatory check characters. We support both — pick Code 93 if you need higher density and reliability on scuffed labels.