<p>This is a sample paragraph with a star icon before it.</p>
p:before {
    content: "★ ";
    font-size: 20px;
    color: gold;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.