You can do something like this:
p:first-letter {
float: left;
font-size: 3em;
color: #333;
}
<p>This is your paragraph.</p>
I wrote about this a few years ago in an article entitled Styling CSS First-Letter. There are more special case examples there.