I would like to style the unicode character DROPLET (), specifically change the blue color to something else.
.red {
color: red;
background-color: yellow;
}
<span class="red">DROPLET </span>
The yellow
style is applied but not the color of the character (the text is correctly styled).
Is styling any unicode glyph possible?