Unicode range extractor
World's simplest unicode toolThis browser-based utility extracts characters from Unicode data that are within the given code point range. Anything that you paste or enter in the text area on the left automatically gets filtered on the right. It supports all Unicode symbols and it works with emoji characters. You can specify the starting and ending code points of the range, adjust the delimiter between extracted glyphs, and display the code position values of all glyphs. 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 unicode range extractor?
learn more about this toolThis online utility filters and prints only the characters from your Unicode text that belong to the specified code position interval. To do this, it finds the code position (code point) values for each Unicode character in your input. These values are unique for each character and to perform the filtering, you need to enter the start and end code position of the interval. The tool will then find all the symbols in the input data whose code points lie in this range and output them. You can improve the output by setting a character that will delimit extracted symbols. To improve the understanding of output characters, you can display the character together with its code point. In this case, you can choose one of the seven offered code point notations (such as Unicode notation U+XXXX, JavaScript notation \uXXXX, hexadecimal notation 0xXXXX, and others), as well as adjust the case (0xABCD vs 0xabcd) and padding (0xAB vs 0x00AB) for hexadecimal values.
Unicode range extractor examples
Click to useHidden Unicode Letters
In this example, we load an unusual quote as the input. If you look closely, you'll notice that among the ordinary Latin letters there are also hidden sans-serif Unicode letters. We really want to read what the hidden message says. To extract them, we set the extraction range to the entire Supplementary Multilingual Plane, which starts at 0x10000 and ends at 0x1FFFF. We instantly get five symbols (mathematical alphanumeric symbols) as output (separated by a space) that tell us the author of the quote. It's the famous Ancient Greek philosopher – Plato!
"Wise people s𝙥eak because they have something to say; Foo𝙡s bec𝙖use they have 𝙩o say s𝙤mething."
𝙥 𝙡 𝙖 𝙩 𝙤
Required options
Value of the starting code
point of the range (in hex).
point of the range (in hex).
Value of the ending code
point of the range (in hex).
point of the range (in hex).
Symbol to delimit filtered
Unicode values.
Unicode values.
Print code point value in front
of each extracted character.
of each extracted character.
Geometric Shapes
In this example, we have written down a list of Unicode geometric shapes together with their names. To extract only the shapes and drop the names, we filter the output to be from the range 0x2300 - 0x2bff. The start value 0x2300 is the beginning of the Technical Unicode symbol block and the end value 0x2bff is the end of the Symbols and Arrows Unicode block. English letters, whitespaces, newlines, and dashes have lower code positions and are not included in this interval. Thus, in the output, we get comma-separated geometric figures that we display together with their code point values in the lowercase hex format.
△ – triangle
◻ – square
▭ – rectangle
⏥ – parallelogram
⭘ – circle
⏢ – trapezium
◇ – rhombus
⬭ – ellipse
0x25b3: △, 0x25fb: ◻, 0x25ad: ▭, 0x23e5: ⏥, 0x2b58: ⭘, 0x23e2: ⏢, 0x25c7: ◇, 0x2b2d: ⬭
Required options
Value of the starting code
point of the range (in hex).
point of the range (in hex).
Value of the ending code
point of the range (in hex).
point of the range (in hex).
Symbol to delimit filtered
Unicode values.
Unicode values.
Print code point value in front
of each extracted character.
of each extracted character.
Format for the code point
values.
values.
Use capital letters in hex
code points.
code points.
Increase code point values to
4 digits in length by adding
zeros in front of them.
4 digits in length by adding
zeros in front of them.
Little Prince with Emojis
In this example, we extract all emojis from Antoine de Saint-Exupery's novella The Little Prince. We set the range of code points values from 0x1F200 to 0x2F200 that covers most Unicode emoticons and pictographs. We output all emojis in a column and add their code positions in the "U+XXXX" uppercase format before them.
There was once a Little Prince 🤴 who lived by himself on a small 🌍 called B-612. He believed that he should take care of his 🌍. So he always cleaned his three 🌋 and cut the baobab 🌳 roots that secretly grew underground and could split the 🌍 into pieces.
One day, a 🌱 mysteriously blossomed and turned into a 🌹. "You're so beautiful!" he said. "I'm going to 💧 you and protect you with this glass globe at 🌙!". The Little Prince decided to call her Rose.
U+1F934: 🤴
U+1F30D: 🌍
U+1F30D: 🌍
U+1F30B: 🌋
U+1F333: 🌳
U+1F30D: 🌍
U+1F331: 🌱
U+1F339: 🌹
U+1F4A7: 💧
U+1F319: 🌙
Required options
Value of the starting code
point of the range (in hex).
point of the range (in hex).
Value of the ending code
point of the range (in hex).
point of the range (in hex).
Symbol to delimit filtered
Unicode values.
Unicode values.
Print code point value in front
of each extracted character.
of each extracted character.
Format for the code point
values.
values.
Use capital letters in hex
code points.
code points.
Increase code point values to
4 digits in length by adding
zeros in front of them.
4 digits in length by adding
zeros in front of them.
Pro tips Master online unicode tools
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!
https://onlinetools.com/unicode/extract-unicode-range?input=%22Wise%20people%20s%F0%9D%99%A5eak%20because%20they%20have%20something%20to%20say%3B%20Foo%F0%9D%99%A1s%20bec%F0%9D%99%96use%20they%20have%20%F0%9D%99%A9o%20say%20s%F0%9D%99%A4mething.%22&start=U%252B10000&end=U%252B1FFFF&separator=%20&enumerate=False
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!
if Display Code Points option
is selected.