CSS generated content 2

by gabrieleromanato

HTML

<p>Test</p>

CSS

p:before {
    content:"\00A7";
    padding-right: 0.2em;
}