Word Break - CARRIAGE RETURN

Unicode Version 18.0

CARRIAGE RETURN is a control character that acts as a hard line break, signaling the end of a line and a return to the start of the next line. In text processing, it is treated as an independent word boundary, meaning it separates words and prevents any adjacent characters from being grouped together across it. When encountered, it creates a definitive break for segmentation, and it is typically handled in conjunction with line feed for newline sequences. Unlike spaces or punctuation, it does not allow for soft wrapping or discretionary breaks; it forces a strict separation, making it essential for preserving the intended structure of preformatted text, such as in legacy systems or raw data files. Its role is to ensure that words on different lines remain distinct and unreachable by any linking or hyphenation logic.

1-1 of 1 results