Word Break - Numeric
Numeric is a value that classifies characters based on their use in written numerals and numeric expressions. It applies to digits, such as the ASCII 0-9, and also to other script-specific digits, like Devanagari or Arabic-Indic numerals, as well as to characters that represent numbers in non-decimal systems, such as Roman numerals. The primary function of this classification is to prevent these characters from being separated by line breaks, ensuring that a multi-digit number or a numeric expression stays intact on a single line. This treatment is distinct from that of ordinary alphabetic or symbol characters, which may break more freely, and it helps render financial figures, dates, or mathematical contexts correctly across text wrapping.