Random unicode generator
World's simplest unicode toolThis 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.
A link to this tool, including input, options and all chained tools.
Can't convert.
What is a random unicode generator?
learn more about this toolThis 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.
Random unicode generator examples
Click to use200 Random Unicode Symbols
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.
ן Ϯ ٽ ԏ ӭ ӷ ת շ ՝ ״ ѹ Ұ Ԃ Ϣ Ӧ Ձ и ֕ Ϟ ρ ف Ԃ ԭ ў ҇ Ӳ а Ҍ ؇ ђ ҹ Ձ ԏ ӿ ԫ ػ տ Ժ ӻ ة ִ ֶ э ּ Ϧ ؞ Զ ؕ Ճ ٨ ӳ ف υ Է ؐ ؽ Գ ԭ Ӡ Ԭ թ ϻ ԁ Հ Ւ Ҡ ԕ Ϧ Ԗ ׅ Ѱ ٨ Ӛ ӡ ٧ П ϥ Ұ Б ٪ ׅ ، ӏ һ ҧ ؆ ٘ ϲ Ӄ ո ؠ ս ч ա Ͼ Ϙ Ղ ծ Ԟ ճ չ Ո ֍ Թ ө ؇ ر Ϗ Ϡ ң ج א ؚ ӂ ӧ ϸ ؔ ֨ ѵ أ ԋ ֕ ү ҵ М н ӳ ү շ Х ֡ ҙ ֽ Ѽ ٰ Ѡ Փ ־ ֑ ѱ ٴ є ך Ҷ ѳ ֒ г ق ӈ ط ٧ ӥ ֜ ض Ӗ Ӭ ֩ ֧ χ ԥ Ж ϸ ѝ ϖ ע Լ پ Л ў и ԯ ֻ ѳ ٴ Ե ю ғ д ѵ ԇ х Ͼ Ը ό Ҏ Հ ٪ ם Ж ϖ ϴ Ӝ ϭ Ҟ ұ
Required options
Start range.
(In base-16.)
(In base-16.)
End range.
(In base-16.)
(In base-16.)
How many random Unicode
symbols to generate?
symbols to generate?
Delimit Unicode symbols
by this character.
by this character.
Output only Unicode characters.
Entire Range of Code Points
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).
\ub17dd, \u32fc, \u7d5f2, \u4e7f1, \u34a23, \u59dfd, \u67287, \u5efee, \u2ffe5, \u54c02, \u1012e9, \ua8d61, \u19591, \u109c67, \ua7fda, \u109c08, \u2a983, \uebd73, \u59969, \u5780e, \ua7677, \u2caf8, \ue8929, \ude162, \u95cb5, \u80fab, \u956f8, \u774f, \u786f6, \u42797
Required options
Start range.
(In base-16.)
(In base-16.)
End range.
(In base-16.)
(In base-16.)
How many random Unicode
symbols to generate?
symbols to generate?
Delimit Unicode symbols
by this character.
by this character.
Output only code positions.
Choose output format for
code points.
code points.
Output code position values
in uppercase.
in uppercase.
Add zeros before hexadecimal
values where needed.
values where needed.
Random Unicode Emojis
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.
0x1F3C2: 🏂
0x1F4A5: 💥
0x1F331: 🌱
0x1F3CF: 🏏
0x1F3DD: 🏝
0x1F432: 🐲
0x1F6C8: 🛈
0x1F3BE: 🎾
0x1F48B: 💋
0x1F499: 💙
0x1F318: 🌘
0x1F319: 🌙
0x1F5EE: 🗮
0x1F3C5: 🏅
0x1F677: 🙷
Required options
Start range.
(In base-16.)
(In base-16.)
End range.
(In base-16.)
(In base-16.)
How many random Unicode
symbols to generate?
symbols to generate?
Delimit Unicode symbols
by this character.
by this character.
Output Unicode characters
and their code positions.
and their code positions.
Choose output format for
code points.
code points.
Output code position values
in uppercase.
in uppercase.
Add zeros before hexadecimal
values where needed.
values where needed.
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-random-unicode?range-start=0x03C0&range-end=0x0680&count=200&print-symbols=true&separator=%20
All unicode tools
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! Never miss an update
Cool!
Notifications We'll let you know when we add this tool
Cool!
Feedback we'd love to hear from you!
hexadecimal code point values.
Allowed range is U+0000 to
U+10FFFF.