How to use this text tool
- Paste text or upload a TXT/CSV file.
- Choose the processing mode and optional settings.
- Click the main button or enable live processing.
- Copy or download the processed result.
Split complete Korean Hangul syllables into initial, medial, and final jamo. Use it to inspect Hangul structure, prepare Korean text for NLP, or study how syllables are built from Unicode components.
The output decomposes each Hangul syllable into choseong, jungseong, and jongseong components. This makes the internal Unicode structure visible.
The splitter preserves spacing and can keep non-Korean characters unchanged.
Input “강남” to get “ㄱ ㅏ ㅇ / ㄴ ㅏ ㅁ”.
Modern Hangul syllables from U+AC00 to U+D7A3 are decomposed algorithmically. Non-Hangul characters are either preserved or marked depending on the selected option.
This tool targets modern precomposed Hangul syllables. Archaic jamo and compatibility jamo may need specialized linguistic handling.
Paste Korean text and run the splitter. Each complete syllable is decomposed into initial, medial, and final jamo.
The tool separates choseong consonants, jungseong vowels, and optional jongseong final consonants.
It is the process of converting a complete Hangul syllable into its component jamo using the Unicode Hangul formula.
Run the splitter and use the initial consonant count or table output to isolate the first jamo of each syllable.
They may be compatibility jamo, archaic jamo, symbols, or non-precomposed text rather than modern Hangul syllables.
| Module | What it checks |
|---|---|
| Decomposition | Splits Hangul syllables into jamo |
| Unicode view | Displays code points for debugging |
| Export table | Creates rows for structured analysis |