Question

is there a corresponding html entity that represents a whitespace and like this '|_|'??

Was it helpful?

Solution

if you mean "␣", it's ␣ ( = ␣ )


update: above is "open box" character. more accurate symbol might be "shelf" symbol ˽ ˽


update 2: there is yet another character, counterbore ⌴ ⌴, but it's rather a technical graphical symbol.

please note, the you can have some problems with the second symbol "shelf", because it is a modifier symbol.

i'd choose the "open box" ␣

OTHER TIPS

I think you're looking for a non-breaking space.

 

Also note   as the entity for space rather than   for non-breaking space.

 

Non-breaking space.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top