Split Text into Characters
Split text into its individual characters with emoji and accents kept whole, separated however you like.
- Runs in your browser
- Nothing uploaded
- Free, no sign-up
Processed locally in your browser. Your text never leaves this tab.
How to Use Split Text into Characters
- Paste your text. A word, a sentence, or a block with emoji and accents.
- Pick a separator. New line, space, comma, or none decides how the characters are joined in the output.
- Split it. Each visible character comes out on its own, with emoji, flags, and accented letters kept intact.
- Copy the result. Click Copy result. It all runs in your browser.
Frequently Asked Questions
Why do other tools split an emoji into pieces?
Many emoji are several Unicode code points joined together, such as a flag or a family. Splitting by code point breaks them apart. This tool splits by grapheme, so each emoji stays as one piece.
What counts as one character?
A grapheme: what a reader sees as a single character. That can be a plain letter, a letter with a combining accent, or a full emoji sequence with skin tones or zero-width joiners.
Can I get one character per line?
Yes. Choose New line as the separator and every character lands on its own line, ready to paste into a list or spreadsheet.
Does it change the characters themselves?
No. It only separates them. The characters and their order are exactly the same as in your input.
Is my text uploaded anywhere?
No. The split happens in your browser and your text never leaves the tab.
Related Tools
Count Unicode Characters →
Count Unicode Characters online, free and private. Runs in your browser, no upload, instant…
Add Combining Characters →
Add Combining Characters diacritical marks above, below, or through any text. Free, offline, client-side,…
Center Unicode Text →
Center Unicode text within a fixed width, with real grapheme counting for emoji and…
Check Spoofed Unicode Text →
Detect Unicode confusables and homoglyphs from Cyrillic, Greek, Armenian, and Hebrew that imitate Latin…
Chunkify Unicode Text →
Split Unicode text into equal chunks with grapheme, code-point, or UTF-16 modes. Keeps emoji…
ASCII to Unicode Converter →
ASCII to Unicode & Decode decimal, hex, octal, or U+XXXX values to Unicode characters…
Convert Code Points to Unicode →
Convert Code Points to Unicode (U+XXXX, hex, decimal) to characters - handles emoji, CJK,…
Convert Unicode to ASCII →
Convert Unicode to ASCII with transliteration (é → e, ñ → n), replace, or…
Convert Unicode to Base64 →
Encode Unicode text to Base64 (and decode) with standard, URL-safe, MIME variants. UTF-8 proper.…
Convert Unicode to Binary →
Convert Unicode to binary in 3 modes (UTF-8, codepoint, UTF-16). Per-character breakdown. Free, offline,…
Convert Unicode to Bytes →
Convert Unicode to UTF-8 bytes in hex, decimal, or binary. Per-byte grid, reverse direction.…
Convert Unicode to Code Points →
Convert Unicode to code points (U+XXXX, HTML/CSS/JS escapes) and back. Per-character breakdown. Free, offline,…