<html>
<head>
<style>
  div::first-letter { color: red; font-size: 200%; background-color: blue; }
</style>
</head>
<body>
  <div>
    T
  </div>
</body>