whitespace html entity?

Viewed 29564

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

4 Answers

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" ␣

Related