<!DOCTYPE html>
<html lang="ko">
<head>
<style>
p:first-letter { color: red; }
</style>
</head>
<body>
<p>뀀뀀</p>
</body>
</html>