Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Test Reference: ::first-letter with text-transform:capitalize after supplementary character</title>
<style>
.ref {
font-size: 36px;
}
</style>
</head>
<body>
<div class="ref"><span style="color: green">𝐀</span>bc Def</div>
</body>
</html>