I'd like to show a title with the first three characters in different color.
I know this can be done with <h2><span>The</span> awsome title</h2>
but I was wondering if there is some kind of "nth-child" property that can be applied to characters inside an element.
I'd like to avoid breaking the text by inserting other elements ( etc.)
A (relatively) crossbrowser solution would be welcome.