Thai word break web content

Text segmentation and wrap it.

loading...

Usage example

- Use tag <p></p> for wrap setting.
- Create some the container your result. example <div class="contain">...</div>.

- Use this css.

.contain {
  line-break: anywhere;
}

p { 
  display: inline;
  white-space: nowrap;
}
Result Output
Raw Output