Our Network


Coming Soon


Coming Later

unicode range generator

world's simplest unicode tool

This browser-based utility generates Unicode characters from the given range of code points. You can specify the starting code point position in the U+XXXX format, the difference between successive code point values, and how many output symbols you need. As you enter these values, the output will automatically update and print the requested interval. It supports all Unicode symbols and it works with emoji characters. You can also adjust the separator between Unicode values and add code point positions to output values. Created by encoding gurus from team Browserling.

᠎᠎᠎          Tool Options

Unicode Range Options

Start generating Unicode
values from this code point.
Difference between Unicode
code points.
Start and increment values
must be specified in the
hexadecimal (base-16) format.
(Valid values from 0 to 10FFFF.)

Count and Separator

Generate this many Unicode
values. (Specified in decimal.)
Separate Unicode values by
this character.

Output Numbering

Add code point numbering to
Unicode characters.
Use this format for code
point numbering.
Pad code points with zeros, so
that each code point is at least
4 hex digits in length.
Print code point hex values in
uppercase.

What is a unicode range generator?

This utility generates Unicode characters from the specified interval of code points. Each Unicode value has a unique numerical value called a code point or a code position. There are 1,114,112 code positions right now, in the interval from 0x0 to 0x10FFFF (in base-16). You can adjust the interval of generated Unicode characters by specifying three parameters for it – the starting code point, the increment, and the count. The starting code point (in hex format) sets the first Unicode character of the range. The increment (also in hex format) is the difference between the following Unicode code points. The count value (in decimal format) specify the number of characters to output. You can also customize the Unicode character delimiter, add the code point values in various formats before the Unicode characters, add padding to code point numbers and change their case.


Unicode range generator examples

Click to try!

Unicode Runes

In this example, we set the start of the range to 0x16A0 (in hexadecimal format), the increment to 1, and the count value to 81. This interval of code points identify the runes characters. We generate them in one line, with an empty delimiter symbol between them and we also don't print the code point numbers before them.

ᚠᚡᚢᚣᚤᚥᚦᚧᚨᚩᚪᚫᚬᚭᚮᚯᚰᚱᚲᚳᚴᚵᚶᚷᚸᚹᚺᚻᚼᚽᚾᚿᛀᛁᛂᛃᛄᛅᛆᛇᛈᛉᛊᛋᛌᛍᛎᛏᛐᛑᛒᛓᛔᛕᛖᛗᛘᛙᛚᛛᛜᛝᛞᛟᛠᛡᛢᛣᛤᛥᛦᛧᛨᛩᛪ᛫᛬᛭ᛮᛯᛰ
Required options
These options will be used automatically if you select this example.
Start generating Unicode
values from this code point.
Difference between Unicode
code points.
Generate this many Unicode
values. (Specified in decimal.)
Separate Unicode values by
this character.
Add code point numbering to
Unicode characters.

Large Step Value

In this example, we generate 20 Unicode characters with a large increment of 0x220. We start with the lowercase Latin letter "a", whose code point value is U+0061, and end with a Braille cell, whose code position is U+28c1. There is also an Ethiopic syllable "ᎁ", Khmer symbol "᧡", high voltage "⚡" emoji, and many others characters in the range. We output each of them on a new line and add a zero-padded code point number before them in U+xxxx (lowercase hex) format.

U+0061: a U+0281: ʁ U+04a1: ҡ U+06c1: ہ U+08e1: ࣡ U+0b01: ଁ U+0d21: ഡ U+0f41: ཁ U+1161: ᅡ U+1381: ᎁ U+15a1: ᖡ U+17c1: េ U+19e1: ᧡ U+1c01: ᰁ U+1e21: ḡ U+2041: ⁁ U+2261: ≡ U+2481: ⒁ U+26a1: ⚡ U+28c1: ⣁
Required options
These options will be used automatically if you select this example.
Start generating Unicode
values from this code point.
Difference between Unicode
code points.
Generate this many Unicode
values. (Specified in decimal.)
Separate Unicode values by
this character.
Add code point numbering to
Unicode characters.
Use this format for code
point numbering.
Pad code points with zeros, so
that each code point is at least
4 hex digits in length.
Print code point hex values in
uppercase.

Unicode Clock Face Emojis

In this example, we generate a range of Unicode emoji in the reverse order. This is done by setting the increment to -1, which makes code point values to decrease. We start with a code position of 1F567 and output the next 24 characters that identify the clock face emojis. We also enable uppercase code point numbering (code point values are output in uppercase hex) and separate clocks icons with a semicolon symbol.

0x1F567: 🕧; 0x1F566: 🕦; 0x1F565: 🕥; 0x1F564: 🕤; 0x1F563: 🕣; 0x1F562: 🕢; 0x1F561: 🕡; 0x1F560: 🕠; 0x1F55F: 🕟; 0x1F55E: 🕞; 0x1F55D: 🕝; 0x1F55C: 🕜; 0x1F55B: 🕛; 0x1F55A: 🕚; 0x1F559: 🕙; 0x1F558: 🕘; 0x1F557: 🕗; 0x1F556: 🕖; 0x1F555: 🕕; 0x1F554: 🕔; 0x1F553: 🕓; 0x1F552: 🕒; 0x1F551: 🕑; 0x1F550: 🕐
Required options
These options will be used automatically if you select this example.
Start generating Unicode
values from this code point.
Difference between Unicode
code points.
Generate this many Unicode
values. (Specified in decimal.)
Separate Unicode values by
this character.
Add code point numbering to
Unicode characters.
Use this format for code
point numbering.
Pad code points with zeros, so
that each code point is at least
4 hex digits in length.
Print code point hex values in
uppercase.

Pro tips Master online unicode tools

You can pass options to this tool using their codes as query arguments and it will automatically compute output. To get the code of an option, just hover over its icon. Here's how to type it in your browser's address bar. Click to try!

https://onlinetools.com/unicode/generate-unicode-range?start=0x16A0&step=1&count=81&separator=&enumerate=false

All Unicode Tools

Didn't find the tool you were looking for? Let us know what tool we are missing and we'll build it!

Quickly find code positions of all Unicode values.

Quickly decode code positions to Unicode values.

Quickly encode Unicode values to UTF-8 encoding.

Quickly encode Unicode values to UTF-16 encoding.

Quickly encode Unicode values to UTF-32 encoding.

Quickly create a picture from Unicode symbols.

Quickly generate random Unicode text in a given range.

Quickly generate all Unicode values from the given code point interval.

Quickly filter Unicode symbols that are within the given code point interval.

Quickly split Unicode data into graphemes.

Quickly sort Unicode glyphs in increasing or decreasing order.

Quickly find the length of Unicode text.

Quickly increase Unicode code point values.

Quickly decrease Unicode code point values.

Quickly reverse the order of symbols in Unicode text.

Quickly rotate Unicode characters to the left and right.

Quickly create multiple copies of Unicode text.

Quickly extract all characters from Unicode text.

Quickly split Unicode data into pieces.

Quickly split Unicode text into chunks of constant length.

Quickly merge Unicode snippets together.

Quickly shorten Unicode text to the given length.

Quickly left-pad Unicode text with any character.

Quickly right-pad Unicode text with any character.

Quickly align Unicode data to the center.

Quickly align Unicode data to the right.

Quickly convert ordinary numbers to fancy Unicode numbers.

Quickly convert Unicode numbers back to regular numbers.

Quickly convert ordinary letters to Unicode letters in various fonts.

Quickly convert Unicode letters back to regular Latin letters.

Quickly convert ordinary text to fancy Unicode text.

Quickly convert fancy Unicode text back to regular text.

Quickly combine input Unicode with diacritical marks.

Quickly delete diacritical marks from the Unicode text.

Quickly spoof regular text using Unicode homoglyphs.

Quickly unspoof homoglyphs in text with regular letters.

Quickly check if the given Unicode text is spoofed or not.

Quickly circularly rearrange Unicode symbols.

Quickly convert Unicode data to escape sequences.

Quickly encode Unicode data to HTML entities.

Quickly URL-escape Unicode symbols.

Quickly encode Unicode values to base64.

Quickly encode Unicode values to a data URI.

Quickly convert Unicode characters to raw bytes.

Quickly convert Unicode data to base-2 (binary).

Quickly convert Unicode data to base-8 (octal).

Quickly convert Unicode data to base-10 (decimal).

Quickly convert Unicode data to base-16 (hexadecimal).

Quickly convert Unicode symbols to raw ASCII bytes.

Quickly convert ASCII bytes to Unicode symbols.

Quickly convert Unicode text to a string literal.

Quickly create a picture from Unicode emojis.

Quickly release Zalgo on your Unicode text.

Quickly make Zalgo text readable again.


Coming Soon

These Unicode tools are on the way!
Edit Unicode

View and edit Unicode in a browser-based editor.

Name Unicode Symbols

Spell out the names of Unicode characters in the input text.

URL-decode Unicode

URL-unescape Unicode text.

Convert Binary to Unicode

Convert base-2 data to Unicode encoding.

Convert Octal to Unicode

Convert base-8 data to Unicode encoding.

Convert Decimal to Unicode

Convert base-10 data to Unicode encoding.

Convert Hex to Unicode

Convert base-16 data to Unicode encoding.

Convert Unicode to Any Base

Convert Unicode text to any radix.

Convert Any Base to Unicode

Convert any radix data to Unicode.

Convert Unicode to Latin1

Convert Unicode text to ISO-8859-1 encoding.

Convert Latin1 to Unicode

Convert ISO-859-1 encoded data to Unicode.

Convert Unicode to Latin2

Convert Unicode text to ISO-8859-2 encoding.

Convert Latin2 to Unicode

Convert ISO-8859-2 encoded data to Unicode.

Convert Unicode to Ecoji

Convert Unicode text to Ecoji encoding.

Convert Ecoji to Unicode

Convert Ecoji encoded data to Unicode.

Convert Bytes to Unicode

Convert raw bytes to Unicode.

Check Unicode Version

Check the Unicode version of the given Unicode characters.

Validate Unicode

Check if the given Unicode has valid encoding.

Convert Unicode to Punycode

Encode Unicode text to Punycode encoding.

Convert Punycode to Unicode

Decode Punycode encoding to Unicode.

Decode Base64 to Unicode

Convert base64 data to Unicode text.

Encode Unicode to Data URI

Convert Unicode to a valid data URL.

Decode Data URI to Unicode

Convert a valid data URL to Unicode text.

Convert HTML to Unicode

Decode HTML entities to Unicode data.

Convert UTF8 to Unicode

Decode UTF8 encoding to Unicode.

Convert UTF16 to Unicode

Decode UTF16 encoding to Unicode.

Convert UTF32 to Unicode

Decode UTF32 encoding to Unicode.

Convert Unicode to Uppercase

Convert all Unicode characters to uppercase.

Convert Unicode to Lowercase

Convert all Unicode characters to lowercase.

Print All Unicode Flags

Generate a list of all country flag icons.

Print All Unicode Arrows

Generate a list of all Unicode arrows.

Print All Unicode Animals

Generate a list of all Unicode animals.

Print All Unicode Flowers and Plants

Generate a list of all Unicode flowers and plants.

Print All Unicode Blocks

Generate a list of all Unicode block elements.

Print All Unicode Hieroglyphs

Generate a list of all Egyptian hieroglyphs.

Print All Unicode Currencies

Generate a list of all currency symbols.

Generate a Unicode Rainbow

Use Unicode colors to generate a rainbow.

Generate a Lenny Face

Create a smiley face from Unicode symbols.

Generate Random Emoji

Generate a list of random emojis.

Convert Unicode to Randomcase

Randomize case of all Unicode characters.

Convert Unicode to Lowercase

Convert all Unicode characters to lowercase.

JSON Stringify Unicode

Encode Unicode to JSON.

JSON Parse Unicode

Decode JSON to Unicode.

Shuffle Unicode Symbols

Randomly rearrange the order of input graphemes.

Convert Unicode to Alt Code

Generate Alt codes for Unicode characters.

Convert Alt Code to Unicode

Generate Unicode glyphs from Alt codes.

Analyze Unicode

Print statistics about Unicode data and code points.

Slice Unicode

Extract a part from Unicode data.

Draw a Unicode Wave

Generate waves with Unicode symbols.

Draw a Unicode Sparkline

Generate graphs using Unicode symbols.

Draw a Unicode Box

Wrap a message in a Unicode box.


Subscribe!

Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.

Enter your email here


Feedback. We'd love to hear from you! 👋