Works fine when using ::first-letter.
Check this fiddle http://jsfiddle.net/n7s75/
h4 {
font-size:100px;
margin-bottom:20px;
margin-top:0;
padding:0px;
font-family:'Tangerine', cursive;
font-weight:normal;
}
h4:first-letter {
color:#06C !important;
}