EditSafely

Draw a UTF8 Character Table

Draw all codepoints and create a UTF8 table. Runs entirely in your browser, so your data never leaves your device.

Output

The result appears here as you type.

Options

How to use Draw a UTF8 Character Table

  1. 1. Set the Start code point. There is no text to paste since this is a generator; enter the first Unicode code point you want the table to begin at, such as 0 for the Basic Latin block.
  2. 2. Set the Number of code points. Choose how many consecutive code points to include, such as 256 to cover a full Unicode block like Basic Latin and Latin-1 Supplement together.
  3. 3. Copy the generated table. The output pane lists each code point in the range along with its character and hex U+ value. Copy it into documentation or a reference sheet.

When to use Draw a UTF8 Character Table

Draw a UTF8 Character Table generates a reference listing of consecutive Unicode code points, their characters and hex values, without you needing to paste any text of your own. Point it at any range to get an instant chart for that slice of Unicode.

  • Building a quick reference for a specific Unicode block. You need a printable or copyable chart covering a particular script or symbol block, like box-drawing characters or a currency symbol range, for documentation purposes.
  • Checking font coverage across a code point range. You are evaluating whether a font renders a full range of code points correctly and want a generated table to paste into a test document as a coverage check.
  • Teaching how Unicode blocks are organized. A course on text encoding wants to show students how code points are grouped into contiguous blocks by script or purpose, using a generated table as a visual aid.

Examples

First 256 code points

Output

U+0000 … U+00FF table

About the Draw a UTF8 Character Table tool

Draw a UTF8 Character Table runs as plain JavaScript in your browser tab, with no server behind it. Draw all codepoints and create a UTF8 table. Whatever you put in stays on your device from start to finish.

The tool is part of EditSafely's UTF-8 Tools section, 69 single-purpose utilities built around the same idea: open the page, get the result, keep your data to yourself.

You can shape the output with 2 settings, including Start code point and Number of code points, and the result refreshes the moment you change one. A worked example further down the page shows exactly what the tool produces for a real input.

That local-first design has practical benefits beyond privacy. The tool keeps working on a flaky connection once the page has loaded, results are instant because nothing round-trips to a server, and it is safe to use with confidential material.

Frequently asked questions

Does Draw a UTF8 Character Table cost anything?

Yes, it is completely free. All 2,658 tools on EditSafely work without an account, a subscription or usage limits.

Does the generator send anything to a server?

No data leaves your device. The whole tool is JavaScript that runs inside your browser tab, so there is no upload, no server-side processing and no log of what you did. If you disconnect from the internet after the page loads, it keeps working.

How do I get a different result?

Run the generator again. Each run is computed fresh on your device, and any options you change are applied to the next result immediately.

Do I need to sign up or install anything?

Nothing to install and no account needed. Open the page in any up-to-date browser, including on a phone or tablet, and the tool is ready.

How do I use the result?

The output panel has a one-click copy button, and you can keep refining the input while you work; the result updates in place as you type.