This browser-based utility generates random Unicode characters from the given range. You can specify the starting and ending range code points, and indicate how many symbols you want. As you enter these values, the output will automatically update and print random Unicode characters or their code positions from the requested interval. It supports all Unicode symbols and it works with emoji characters. You can also configure the output delimiter and adjust code point printing format. Created by encoding gurus from team Browserling.
This browser-based utility generates random Unicode characters from the given range. You can specify the starting and ending range code points, and indicate how many symbols you want. As you enter these values, the output will automatically update and print random Unicode characters or their code positions from the requested interval. It supports all Unicode symbols and it works with emoji characters. You can also configure the output delimiter and adjust code point printing format. Created by encoding gurus from team Browserling.
This utility selects and prints random Unicode symbols and their code position values from the given interval. The Unicode space consists of all possible letters, symbols, marks, numbers, punctuations, and separators that people have thought of. These characters are represented by unique numeric values, usually written in the form "U+XXXX", which are called code positions (or code points). Currently, over 1 million Unicode characters exist, which correspond to code points from U+0000 to U+10FFFF (in hexadecimal), however, only 248,966 (22.35%) code points are used. The remaining values are unused and when generated they are represented by an empty rectangle. The configuration options allow you to generate random Unicode characters (printed as glyphs), random code points (printed as numbers), or both values at the same time (printed as a glyph+number). To get your list of random Unicode glyphs, you need to specify the starting and ending code point values of the range and set the number of desired output values. If you choose to print code points, you can configure their output format (for example, print them with the hex prefix "0x" or JavaScript prefix "\u"), change the case of code point hex digits (for example, print them as lowercase hex "0xffe6" or uppercase hex "0xFFE6"), and pad hex values to full two bytes (for example, code point value "0x41" will be padded to "0x0041"). You can also adjust the output separator that gets printed between the generated symbols and code positions.
This utility selects and prints random Unicode symbols and their code position values from the given interval. The Unicode space consists of all possible letters, symbols, marks, numbers, punctuations, and separators that people have thought of. These characters are represented by unique numeric values, usually written in the form "U+XXXX", which are called code positions (or code points). Currently, over 1 million Unicode characters exist, which correspond to code points from U+0000 to U+10FFFF (in hexadecimal), however, only 248,966 (22.35%) code points are used. The remaining values are unused and when generated they are represented by an empty rectangle. The configuration options allow you to generate random Unicode characters (printed as glyphs), random code points (printed as numbers), or both values at the same time (printed as a glyph+number). To get your list of random Unicode glyphs, you need to specify the starting and ending code point values of the range and set the number of desired output values. If you choose to print code points, you can configure their output format (for example, print them with the hex prefix "0x" or JavaScript prefix "\u"), change the case of code point hex digits (for example, print them as lowercase hex "0xffe6" or uppercase hex "0xFFE6"), and pad hex values to full two bytes (for example, code point value "0x41" will be padded to "0x0041"). You can also adjust the output separator that gets printed between the generated symbols and code positions.
In this example, we generate 200 random Unicode characters, from the code point range 0x03C0 to 0x0680 (in base-16). We print only the random symbols (without the numeric values of their code positions) and separate them with spaces.
In this example, we set the maximum allowed range of code point values from U+0000 to U+10FFFF, which includes all existing Unicode characters. We generate 30 code points and separate them with a comma character. We display positions in the JavaScript format "\uxxxx" and pad them with zeros (so that they are always at least 4 digits long).
In this example, we generate a column of 15 Unicode characters and their code points. We start from a position of 1F300 and end with 1F6D2. This range of values mainly contains emoji, so each time we generate new random values, we get an interesting set of emoticons. The code points are printed before emojis in the hex format "0xXXXX" and uppercase letters are used for the hex digits.
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!
View and edit Unicode in a browser-based editor.
Spell out the names of Unicode characters in the input text.
URL-unescape Unicode text.
Convert base-2 data to Unicode encoding.
Convert base-8 data to Unicode encoding.
Convert base-10 data to Unicode encoding.
Convert base-16 data to Unicode encoding.
Convert Unicode text to any radix.
Convert any radix data to Unicode.
Convert Unicode text to ISO-8859-1 encoding.
Convert ISO-859-1 encoded data to Unicode.
Convert Unicode text to ISO-8859-2 encoding.
Convert ISO-8859-2 encoded data to Unicode.
Convert Unicode text to Ecoji encoding.
Convert Ecoji encoded data to Unicode.
Convert raw bytes to Unicode.
Check the Unicode version of the given Unicode characters.
Check if the given Unicode has valid encoding.
Encode Unicode text to Punycode encoding.
Decode Punycode encoding to Unicode.
Convert base64 data to Unicode text.
Convert Unicode to a valid data URL.
Convert a valid data URL to Unicode text.
Decode HTML entities to Unicode data.
Decode UTF8 encoding to Unicode.
Decode UTF16 encoding to Unicode.
Decode UTF32 encoding to Unicode.
Convert all Unicode characters to uppercase.
Convert all Unicode characters to lowercase.
Generate a list of all country flag icons.
Generate a list of all Unicode arrows.
Generate a list of all Unicode animals.
Generate a list of all Unicode flowers and plants.
Generate a list of all Unicode block elements.
Generate a list of all Egyptian hieroglyphs.
Generate a list of all currency symbols.
Use Unicode colors to generate a rainbow.
Create a smiley face from Unicode symbols.
Generate a list of random emojis.
Randomize case of all Unicode characters.
Convert all Unicode characters to lowercase.
Encode Unicode to JSON.
Decode JSON to Unicode.
Randomly rearrange the order of input graphemes.
Generate Alt codes for Unicode characters.
Generate Unicode glyphs from Alt codes.
Print statistics about Unicode data and code points.
Extract a part from Unicode data.
Generate waves with Unicode symbols.
Generate graphs using Unicode symbols.
Wrap a message in a Unicode box.
Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.
Enter your email here
We're Browserling — a friendly and fun cross-browser testing company powered by alien technology. At Browserling we love to make people's lives easier, so we created this collection of online Unicode tools. Our tools are focused on gettings things done and they have the simplest possible user interface. As soon as you load your Unicode data in the input of any of our tools, you'll instantly get the result in the output. Behind the scenes, our tools are actually powered by our web developer tools that we created over the last couple of years. Check them out!