This browser-based utility sorts graphemes by their code point values in Unicode data. Anything that you paste or enter in the text area on the left automatically gets sorted on the right. It supports all Unicode symbols and it works with emoji characters. You can also select the sort order, remove duplicates and spaces, as well as adjust the separator symbol between the sorted graphemes. Created by encoding gurus from team Browserling.
This browser-based utility sorts graphemes by their code point values in Unicode data. Anything that you paste or enter in the text area on the left automatically gets sorted on the right. It supports all Unicode symbols and it works with emoji characters. You can also select the sort order, remove duplicates and spaces, as well as adjust the separator symbol between the sorted graphemes. Created by encoding gurus from team Browserling.
This tool sorts Unicode glyphs (also known as graphemes) by their numeric values in your Unicode text. A grapheme is the smallest unit of writing. It can be a letter, number, syllable, hieroglyph, or ideogram. To sort the graphemes, the utility first finds their code points. A code point (or a code position) is a unique integer value assigned to each glyph in the vast Unicode character set. It then compares all code points and puts them in increasing or decreasing order, depending on the sorting direction you have chosen in the options. Then it turns the code positions back into graphemes and displays them on the screen. If your text contains duplicate symbols, you can easily filter them by selecting the "Delete Duplicates" option. You can also remove all code points of spaces, tabs, and newlines by using the "Skip Whitespaces" option. To make the output more readable, you can improve the output format by adjusting a separator between the sorted graphemes.
This tool sorts Unicode glyphs (also known as graphemes) by their numeric values in your Unicode text. A grapheme is the smallest unit of writing. It can be a letter, number, syllable, hieroglyph, or ideogram. To sort the graphemes, the utility first finds their code points. A code point (or a code position) is a unique integer value assigned to each glyph in the vast Unicode character set. It then compares all code points and puts them in increasing or decreasing order, depending on the sorting direction you have chosen in the options. Then it turns the code positions back into graphemes and displays them on the screen. If your text contains duplicate symbols, you can easily filter them by selecting the "Delete Duplicates" option. You can also remove all code points of spaces, tabs, and newlines by using the "Skip Whitespaces" option. To make the output more readable, you can improve the output format by adjusting a separator between the sorted graphemes.
In this example, we sort all lowercase and uppercase letters of the Latin alphabet in increasing order. In the Unicode table, the capital letters are placed first and they correspond to the code points from U+0041 to U+005a. A little further in the table are the lowercase letters. They belong to the range from U+0061 to U+007a. We display the sorted alphabet in this order (uppercase first, then lowercase) and separate all the letters by the space character.
This example loads a wide variety of Unicode numbers, which are mixed with spaces, tabs, and newlines. It sorts them in decreasing order, removes all whitespaces, and separates them by the comma character. In the output, the first come monospace numbers as they have the highest code points from U+1d7ff to U+1d7f7. Then, the double-struck digits are displayed with the range from U+1d7e1 to U+1d7d9. Then, the fullwidth numbers (U+ff19 - U+ff11), then black circled numbers (U+277e - U+2776), then double circled numbers (U+24fd - U+24f5), then parenthesized (U+247c - U+2474), then white circled numbers (U+2468 - U+2460), and finally subscript numbers (U+2089 - U+2081).
In this example, we sort a list of emoticons that show lunar phases, fruits, buildings, animals, and cars. Many of these emoticons are repeated multiple times. As we have selected the "Delete Duplicates" option, the duplicate copies are deleted and we print only the unique emoji in increasing order. Thus, out of 110 input emoji, we get 55 emoji in the output.
You can pass input to this tool via ?input query argument and it will automatically compute output. 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!