html`<style>
.emo {font-size:300%;}
.trans,.comb {margin:0; color:transparent;
text-shadow:0 0 5px #3636ff;
font-size:300%; position:relative;}
.trans::before {content:attr(title); position:absolute;
text-shadow:0 0 0 white;}
.comb::before {content:attr(title); position:absolute;
text-shadow:0 0 0 slategray;}
</style>
<emoji class='trans' title='🦅'>🦅</emoji>
<emoji class='comb' title='🦅'>🎡</emoji>
<text class='emo'>🦅</text> <br/>
<emoji class='trans' title='🎡'>🎡</emoji>
<emoji class='comb' title='🎡'>🎡</emoji>
<text class='emo'>🎡</text> <br/>
<emoji class='trans' title='🎠'>🎠</emoji>
<emoji class='comb' title='🎠'>🎡</emoji>
<text class='emo'>🎠</text>`