Is it possible to change the color of this and other special characters?
<div style="color:red;">This text is red but the following symbol isn't: ✖ </div>
Apparently, the symbol is actually an image. So that explains why it's immune to the color attribute. But is there a way of changing the color nonetheless?
I found this question Change color of PNG image via CSS? but the answer a) didn't work in my browser or b) required several lines of code. I wondered whether there might be a better alternative, since this should be a very common issue.