CSS generated content 2

by J. Albert Bowden

HTML

<p>Test</p>

CSS

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