I have this character code <span class="psi">Ψ</span> for a psi greek character.
This is the css code for
.psi{
color:red !important;
}
the class psi.When i try the code out in my firefox web browser,the character is not red. Why is this?.