CSS generated content 2

by Christian Rouhault

HTML

<p>Test</p>

CSS

p:after{
    content:"\25BA";
    padding-left: 0.4em;
}