Line Break - Emoji Base
Emoji Base is a binary classification that determines whether a character can serve as the starting point for an emoji sequence, specifically allowing it to be followed by a variation selector or a combining mark to form a full emoji presentation. When applied to line breaking, this value influences text wrapping behavior by treating such characters as having a stable base that should not be separated from its following modifier. Practically, this means a line break is not permitted immediately after an Emoji Base character if doing so would split the emoji sequence, ensuring the base and its attached components remain visually intact. This helps maintain consistent rendering of emoji clusters across different fonts and platforms, especially in multiline text where a break could otherwise strip the emoji of its intended presentation, such as converting a colorful character to a monochrome text symbol.