htmlhtml-entities

Breaking space (opposite of non-breaking space)


While solving a little bug on a website caused by a non-breaking space ( ) I was wondering if there's an opposite.

Is there an HTML code for a breaking space, and if so, what is it?

I saw mention in this question about a zero-width space (​), but that won't give any width (obviously).

Does an HTML entity exist for a regular space?


Solution

  •   is a regular space (by its numeric ASCII value).