css word break on character code example
Example 1: dont break word css
<span style="white-space: nowrap">no-breaks-here</span>
Example 2: set number word to new line html
As long as you specify a width on the element, it should wrap itself without needing anything else.