I can't change the color on the following characters:
<div style="font-size: 25px; color:red;">🔍</div>
<div style="font-size: 25px; color:red;">📣</div>
While some other Unicode characters accept a color property:
<div style="font-size: 25px; color:red;">⚙</div>
Is there a way to change color on the previous characters?