CSS: generated content 3

by J. Albert Bowden

HTML

<p>Test</p>

CSS

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