1. wbr (word break opportunity) element

    Represents an extra place where a line of text may optionally be broken.

  2. CSS3 word-break

    Property to prevent or allow words to be broken over multiple lines between letters.

  3. CSS3 Overflow-wrap

    Allows lines to be broken within words if an otherwise unbreakable string is too long to fit. Currently mostly supported using the `word-wrap` property.

  4. css property: overflow-wrap: `break-word`

  5. css property: word-break: `break-word`

  6. css property: word-break: `keep-all`