How to Use the Hangul Jamo Splitter & Combiner
Every Korean Hangul syllable block is built from an initial consonant, a medial vowel, and an optional final consonant (batchim). In Split mode, enter Korean text and each character is broken down into its initial, medial, and final jamo in a table. In Combine mode, enter an initial consonant, a vowel, and optionally a final consonant in sequence to rebuild a full Hangul syllable. This is useful for developers learning how Unicode Hangul composition works, students studying Korean writing structure, or anyone building a Korean font or input method.
Double consonants like γ² and γ , and compound finals like γ³, γ΅, and γΊ, are all supported. In Combine mode, characters only merge into one syllable when a valid initial is immediately followed by a valid vowel.
Frequently Asked Questions
Every Hangul syllable block is built from an initial consonant, a medial vowel, and an optional final consonant (batchim). For example, 'κ°' splits into initial γ±, medial γ , and final γ΄.
Combining only works when a valid initial consonant is followed by a valid vowel. If the order is wrong or it starts with an invalid character, it's shown unchanged instead.
Yes, double consonants like γ² and γ , and compound finals like γ³, γ΅, and γΊ are all supported.