as many of the copy paste symbols or unicode characters are colorless, is it possible to attain color? I tried to do with css, but doesn't affect.
I tried to do:
<label style="color:red;"></label>
<label style="color:red !important;"></label>
<label style="color:#f00;"></label>