Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<style>
body::first-line { }
div::after { content: 'A'; }
</style>
</head>
<body>
<div style="display: inline-flex;"> &#x062A;</div>
</body>
</html>