Does a non-space breaker exist in HTML or CSS?
08:36 24 Mar 2021

I would like to get this element wrap to any of the slash characters:

iOS/WEB/Other/Installation/Backend/AR

As you can see there are no spaces and I don't want to use word-wrap in the CSS because that could give something like this:

iOS/WEB/Other/Insta
llation/Backend/AR

Is there a character such as \n or \r that I could add to my string that fulfilled the requirement? A breakpoint but that doesn't display any character.

Actually using \n and \r put spaces between the words and I really don't want spaces.

html css ascii