Plain Text QR Code Generator

Encode any plain text into a QR code — notes, codes, serial numbers, instructions or short messages. Scanning shows the text, no internet needed.

Get this QR from the API (developers)
curl "https://qr.wrapper-agency.com/api/v1/qr?type=text&data=Hello!%20This%20text%20is%20encoded%20in%20the%20QR%20code.&format=svg"

Free QR API — no key during beta. Returns SVG, PNG data-URL or JSON.

How to make a text qr code generator

  1. Type or paste the text you want to encode.
  2. Watch the live preview update with every change.
  3. Download as SVG or PNG to print or share.

Tips

FAQ

How much text can a QR hold?
A lot — up to several thousand characters — but the more you encode, the denser and harder to scan it becomes. Keep it concise.
Does the text need internet to read?
No. Plain-text QR codes are self-contained, so any scanner can read them offline.

Related generators

Need this in code? See the QR API.