EditSafely

Print All Unicode Blocks

Generate a list of all Unicode block elements. Runs entirely in your browser, so your data never leaves your device.

Output

The result appears here as you type.

Options

How to use Print All Unicode Blocks

  1. 1. Toggle Include box-drawing characters. Turn this on to include the line and box-drawing characters used for terminal borders and tables alongside the shading and block elements, or leave it off for shading blocks only.
  2. 2. Set a Limit or leave it at zero. Enter a number to cap the list, or leave it at zero to print every block element and shading character in the set, from full blocks to quadrant shades.
  3. 3. Generate and copy the list. The tool prints each block character next to its code point, such as an upper half block tab-separated from U+2580. Copy the list for reference or reuse.

When to use Print All Unicode Blocks

Print All Unicode Block Elements lists the shading and block characters, and optionally box-drawing lines, used to build bar charts, progress bars and terminal borders out of plain text. Use it to see the full set before picking pieces for a text-based UI.

  • Building an ASCII-style progress bar. A CLI tool needs partial-block characters to render a smooth progress bar in the terminal. Printing the list surfaces the eighth-width and shading blocks needed for finer granularity than full blocks alone.
  • Drawing a table border in a plain-text document. A README or terminal output needs box-drawing characters for a table grid. Enabling box-drawing characters and printing the list gives every corner, junction and line piece available.
  • Creating a text-based bar chart for a log summary. A monitoring script prints a quick bar chart using block characters proportional to a metric. Printing the full shading set shows which density levels are available to represent values.

Examples

Block elements

Output

▀	U+2580

About the Print All Unicode Blocks tool

Print All Unicode Blocks does its work locally, right in the browser. Generate a list of all Unicode block elements. There is no upload step, no queue and no account, and your data never travels over the network.

It belongs to the Unicode Tools collection on EditSafely, a set of 98 small, focused Unicode utilities that share the same instant, private workspace.

You can shape the output with 2 settings, including Include box-drawing characters and Limit (0 = all), 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.

Running locally also makes the tool fast and dependable: results appear as you type or drop a file, there is no server outage that can take it down mid-task, and confidential data can be processed without a second thought.

Frequently asked questions

Is Print All Unicode Blocks free to use?

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?

Everything happens locally. Your browser downloads the tool's code once, then does all the processing itself; nothing you enter is transmitted, stored or logged. You can even go offline after the page loads and it will still work.

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?

No. The tool works in any modern browser on desktop, tablet or phone. There is no account to create, no extension to add and no software to install.

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.