Our Network


Coming Soon


Coming Later

unicode chunkifier

world's simplest unicode tool

This browser-based utility chunkifies Unicode data. Anything that you paste or enter in the text area on the left automatically gets split into chunks on the right. It supports all Unicode symbols and it works with emoji characters. You can set the required chunk length and adjust the output separator between them. You can also trim fragments and fill non-full fragments with any character. Created by encoding gurus from team Browserling.

᠎᠎᠎          Tool Options

Chunk Length and Delimiter

Get chunks of this length.
Delimit chunks by this symbol.

Whitespace Options

Remove all space characters
from the beginning of
each chunk.

Non-full Chunks

Fill chunks that are shorter
than the required length.
Use this character to fill the
chunks. (A dot "." by default.)

What is a unicode chunkifier?

This utility chunkifies Unicode text. It allows you to split your data into pieces so that each of them has the same number of graphemes. A grapheme is a single glyph that you see on the screen. Graphemes examples are symbols, numbers, letters, punctuation marks, and emojis. When chunkifying the data, can specify the length of each chunk in the options, as well as adjust the delimiter between the output fragments in the "Delimiter" field. We also have a useful option called "Trim Chunks" that allows you to quickly get rid of unwanted spaces at the beginning of each piece so that chunks didn't start with whitespace symbols. If there are not enough characters in the last chunk to achieve the full length, you can fill in the missing data by specifying the fill character.


Unicode chunkifier examples

Click to try!

Coco Chanel Quote

In this example, we chunkify a Coco Chanel quote written using monospace Unicode characters. We set the length of chunks equal to 18 characters and remove extra spaces from the left end right side of each fragment.

𝚂𝚞𝚌𝚌𝚎𝚜𝚜 𝚒𝚜 𝚖𝚘𝚜𝚝 𝚘𝚏𝚝𝚎𝚗 𝚊𝚌𝚑𝚒𝚎𝚟𝚎𝚍 𝚋𝚢 𝚝𝚑𝚘𝚜𝚎 𝚠𝚑𝚘 𝚍𝚘𝚗'𝚝 𝚔𝚗𝚘𝚠 𝚝𝚑𝚊𝚝 𝚏𝚊𝚒𝚕𝚞𝚛𝚎 𝚒𝚜 𝚒𝚗𝚎𝚟𝚒𝚝𝚊𝚋𝚕𝚎. 𝙲𝚘𝚌𝚘 𝙲𝚑𝚊𝚗𝚎𝚕
𝚂𝚞𝚌𝚌𝚎𝚜𝚜 𝚒𝚜 𝚖𝚘𝚜𝚝 𝚘𝚏 𝚝𝚎𝚗 𝚊𝚌𝚑𝚒𝚎𝚟𝚎𝚍 𝚋𝚢 𝚝𝚑 𝚘𝚜𝚎 𝚠𝚑𝚘 𝚍𝚘𝚗'𝚝 𝚔𝚗𝚘𝚠 𝚝𝚑𝚊𝚝 𝚏𝚊𝚒𝚕𝚞𝚛𝚎 𝚒𝚜 𝚒𝚗 𝚎𝚟𝚒𝚝𝚊𝚋𝚕𝚎. 𝙲𝚘𝚌𝚘 𝙲𝚑𝚊 𝚗𝚎𝚕
Required options
These options will be used automatically if you select this example.
Get chunks of this length.
Delimit chunks by this symbol.
Remove all space characters
from the beginning of
each chunk.
Fill chunks that are shorter
than the required length.

Twist a Unicode Word

This example splits the word "HAPPINESS" surrounded by stars into pieces with a width of 7 characters. It doesn't remove the white spaces at the start of each fragment and as a result, you get a word that twists clockwise. (If you enable the "Trim Chunks" option, you will get letters in a column, one under the other.)

𝅃✰⊱𝓗⊰✰𝅃 𝅃✰⊱𝓐⊰✰𝅃 𝅃✰⊱𝓟⊰✰𝅃 𝅃✰⊱𝓟⊰✰𝅃 𝅃✰⊱𝓘⊰✰𝅃 𝅃✰⊱𝓝⊰✰𝅃 𝅃✰⊱𝓔⊰✰𝅃 𝅃✰⊱𝓢⊰✰𝅃 𝅃✰⊱𝓢⊰✰𝅃
𝅃✰⊱𝓗⊰✰𝅃 𝅃✰⊱𝓐⊰✰ 𝅃 𝅃✰⊱𝓟⊰ ✰𝅃 𝅃✰⊱𝓟 ⊰✰𝅃 𝅃✰⊱ 𝓘⊰✰𝅃 𝅃✰ ⊱𝓝⊰✰𝅃 𝅃 ✰⊱𝓔⊰✰𝅃 𝅃✰⊱𝓢⊰✰𝅃 𝅃✰⊱𝓢⊰✰ 𝅃
Required options
These options will be used automatically if you select this example.
Get chunks of this length.
Delimit chunks by this symbol.
Remove all space characters
from the beginning of
each chunk.
Fill chunks that are shorter
than the required length.

Clothing Emoji

In this example, we chop up Unicode data with clothing emojis and their names. We set the desired length of chunks to 10 symbols and activate the "Fill Non-full Chunks" option. Because the last fragment is 3 characters shorter than the others, we fill the void at the end of the fragment with a dot character.

👗 – dress; 👖 – jeans; 🧣 – scarf; 🧦 – socks; 🎽 – shirt; 👢 – boots; 👒 – hat
👗 – dress; 👖 – jeans; 🧣 – scarf; 🧦 – socks; 🎽 – shirt; 👢 – boots; 👒 – hat...
Required options
These options will be used automatically if you select this example.
Get chunks of this length.
Delimit chunks by this symbol.
Remove all space characters
from the beginning of
each chunk.
Fill chunks that are shorter
than the required length.
Use this character to fill the
chunks. (A dot "." by default.)

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/chunkify-unicode?input=%F0%9D%9A%82%F0%9D%9A%9E%F0%9D%9A%8C%F0%9D%9A%8C%F0%9D%9A%8E%F0%9D%9A%9C%F0%9D%9A%9C%20%F0%9D%9A%92%F0%9D%9A%9C%20%F0%9D%9A%96%F0%9D%9A%98%F0%9D%9A%9C%F0%9D%9A%9D%20%F0%9D%9A%98%F0%9D%9A%8F%F0%9D%9A%9D%F0%9D%9A%8E%F0%9D%9A%97%20%F0%9D%9A%8A%F0%9D%9A%8C%F0%9D%9A%91%F0%9D%9A%92%F0%9D%9A%8E%F0%9D%9A%9F%F0%9D%9A%8E%F0%9D%9A%8D%20%F0%9D%9A%8B%F0%9D%9A%A2%20%F0%9D%9A%9D%F0%9D%9A%91%F0%9D%9A%98%F0%9D%9A%9C%F0%9D%9A%8E%20%F0%9D%9A%A0%F0%9D%9A%91%F0%9D%9A%98%20%F0%9D%9A%8D%F0%9D%9A%98%F0%9D%9A%97%27%F0%9D%9A%9D%20%F0%9D%9A%94%F0%9D%9A%97%F0%9D%9A%98%F0%9D%9A%A0%20%F0%9D%9A%9D%F0%9D%9A%91%F0%9D%9A%8A%F0%9D%9A%9D%20%F0%9D%9A%8F%F0%9D%9A%8A%F0%9D%9A%92%F0%9D%9A%95%F0%9D%9A%9E%F0%9D%9A%9B%F0%9D%9A%8E%20%F0%9D%9A%92%F0%9D%9A%9C%20%F0%9D%9A%92%F0%9D%9A%97%F0%9D%9A%8E%F0%9D%9A%9F%F0%9D%9A%92%F0%9D%9A%9D%F0%9D%9A%8A%F0%9D%9A%8B%F0%9D%9A%95%F0%9D%9A%8E.%20%F0%9D%99%B2%F0%9D%9A%98%F0%9D%9A%8C%F0%9D%9A%98%20%F0%9D%99%B2%F0%9D%9A%91%F0%9D%9A%8A%F0%9D%9A%97%F0%9D%9A%8E%F0%9D%9A%95&length=18&separator=%255Cn&trim-chunks=true&fill-non-full-lines=false

All Unicode Tools

Didn't find the tool you were looking for? Let us know what tool we are missing and we'll build it!

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!

Subscribe to our updates. We'll let you know when we release new tools, features, and organize online workshops.

Enter your email here


Feedback. We'd love to hear from you! 👋