<div id="ab">aaaaaaaaa</div>
<script>
var ac = document.getElementById("ab").innerHTML.substr(0,1);
ac.style.color='red';
</script>