This browser-based utility decreases Unicode code point values. Anything that you paste or enter in the text area on the left automatically gets converted to integer code points, their values get decreased, and the modified code points get converted back to new Unicode symbols on the right. It supports all Unicode symbols and it works with emoji characters. You can also specify the decrement step value, activate the ignore-space and ignore-newline options, set a delimiter character for the decremented values, and replace or delete code points that after decreasing go out of the valid Unicode range. Created by encoding gurus from team Browserling.
This browser-based utility decreases Unicode code point values. Anything that you paste or enter in the text area on the left automatically gets converted to integer code points, their values get decreased, and the modified code points get converted back to new Unicode symbols on the right. It supports all Unicode symbols and it works with emoji characters. You can also specify the decrement step value, activate the ignore-space and ignore-newline options, set a delimiter character for the decremented values, and replace or delete code points that after decreasing go out of the valid Unicode range. Created by encoding gurus from team Browserling.
This tool decreases code point values of Unicode characters. Code points are special numeric values that are assigned to each letter, number, symbol, emoji, and all other glyphs that you see on the computer screen. Code points are sometimes called code positions. They are usually written in the hexadecimal format "U+XXXX" and are described in the Unicode table. Decreasing a Unicode character means finding its code point, subtracting the "Step" value from it, and then converting the new code point to the new corresponding Unicode character. The formula that this tool uses is "Code Point - Step", so by entering a positive step value, you will get smaller code positions, and entering a negative number, you will get characters with larger code points. You can also activate options that will leave space and newline characters unchanged, and set a delimiter symbol for the decremented values. If during the conversion some of code point values become less than 1 (or greater than 1114111), then you can substitute them with the unknown Unicode symbol "�" or remove them.
This tool decreases code point values of Unicode characters. Code points are special numeric values that are assigned to each letter, number, symbol, emoji, and all other glyphs that you see on the computer screen. Code points are sometimes called code positions. They are usually written in the hexadecimal format "U+XXXX" and are described in the Unicode table. Decreasing a Unicode character means finding its code point, subtracting the "Step" value from it, and then converting the new code point to the new corresponding Unicode character. The formula that this tool uses is "Code Point - Step", so by entering a positive step value, you will get smaller code positions, and entering a negative number, you will get characters with larger code points. You can also activate options that will leave space and newline characters unchanged, and set a delimiter symbol for the decremented values. If during the conversion some of code point values become less than 1 (or greater than 1114111), then you can substitute them with the unknown Unicode symbol "�" or remove them.
In this example, we change the font of the input text phrase from Mathematical Bold Fraktur to Mathematical Bold Script. We accomplish this by using a decreasing step value of 156. The code position of the bold-fraktur letter "𝖘" is U+1d598 and when we subtract 156 from it, we get the code point U+1d4fc, which corresponds to the bold-script letter "𝓼". We also use the "Ignore Spaces" option so that two words are clearly separated.
This example reduces the numerical values of code points on three separate lines by 7 positions. It skips the newline characters to save the physical structure of all lines. By adjusting the code points, the colorful squares convert to circles, white letters became multi-colored, and filled round digits are no longer filled.
In this example, we convert food emojis to drink emojis by using a negative step value of -35. As the formula for conversion is "Code Point - Step", and the step is negative, it actually becomes "Code Point + 35", which means we shift towards larger code positions. Instead of the code point U+1f354, which corresponds to the burger emoticon "🍔", we get the code point U+1f377, which is the wine glass "🍷" emoticon. We also use the "\n" symbol in the delimiter option field to output each drink on a new line.
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!