SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the unicode of a non breaking space :
p:before { content: "\00a0 "; }
See JSfiddle demo
[style improved by @Jason Sperske]