Are there any rules for breaking sentences in Korean?
Yes, there are established rules for breaking sentences in Korean, which are governed by a combination of grammatical conventions, typographic standards, and the specific functional units of the language known as *eojol* (어절). The primary rule is that line breaks, whether in typesetting, poetry, or digital text, should not occur in the middle of an *eojol*. An *eojol* is a spacing unit that typically consists of a content word (noun, verb stem, adjective stem) plus all attached grammatical markers (particles, tense endings, honorifics, and connectors). For instance, in the phrase "학교에 갔습니다" (I went to school), "학교에" and "갔습니다" are each a single *eojol*; breaking the line between "학교" and "에" or between "갔" and "습니다" is strictly prohibited as it would sever the grammatical cohesion of the unit.
These rules are deeply tied to the agglutinative nature of Korean, where meaning is built by sequentially adding suffixes to a root. Breaking within an *eojol* disrupts cognitive processing because the reader must mentally recombine the separated elements to parse the meaning. Consequently, proper typesetting and word processing software implement *hangeul* line-breaking algorithms that follow these morphological boundaries. The rules are formally specified in standards like KS X 1026-1 (the Korean Industrial Standard for *Hangeul* Gearing and Line Breaking) and are embedded in Unicode text segmentation algorithms (UAX #14). These standards define not only *eojol* boundaries but also treat certain sequences, like those involving double consonants or stacked *jamo* in syllable blocks, as indivisible units to prevent visually awkward breaks.
In practical application, this means line breaks are permitted at the spaces between *eojol*, but the system also handles cases where a line must break within a long, unspaced string, such as a URL or a foreign word written without spaces. Here, the break should occur after a complete syllable block, not in the middle of one. For example, the word "한국어" should not break as "한국" at the end of one line and "어" at the start of the next, but rather keep the entire word together; if unavoidable, the break would be after the full syllable "국". This differs significantly from languages like English, where breaks often occur between syllables within a single lexical word (e.g., "impor-tant"). In Korean, the syllable block itself is a fundamental unit of writing, and its integrity is paramount.
The implications of these rules are substantial for digital design, publishing, and software localization. Developers creating Korean-language interfaces must ensure their text rendering engines support *Hangeul*-specific line breaking to avoid illegible or unprofessional formatting. For learners and writers, understanding that the natural pause and breaking point comes after a complete set of agglutinated markers, not before them, is crucial for proper composition. It reinforces the conceptual framework of Korean as a language where syntactic function is bound directly to the word stem, making the *eojol* the essential building block for both meaning and visual presentation.