<div>
▶
<br>
↩
<br>
❤
</div>
<div>
▶
<br>
↩
<br>
❤
</div>
<!-- make sure the "Text Presentation Selector" is AFTER not BEFORE the special character. -->
<div>
▶︎
<br>
↩︎
<br>
❤︎
</div>
<div>
▶
<br>
↩
<br>
❤
</div>
div:nth-child(2) {
color: red;
}
div:nth-child(4) {
font-family: monospace;
}
body {
display: flex;
gap: 2rem;
padding: 2rem;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.