You can use the Unicode code point of a non-breaking space:
p:before { content: "\00a0 "; }
See JSfiddle demo (style improved by Jason Sperske).
You can use the Unicode code point of a non-breaking space:
p:before { content: "\00a0 "; }
See JSfiddle demo (style improved by Jason Sperske).