I am trying to add html special character using its code. Its working fine when I use it inside my div but how can I do this using css.
I have tried as following.
.right-arrow:after {
content:'►'
}
EDIT
What I wanted is not there in Matt Ball's answer because I wanted code for right arrow and in that question there is code for down arrow only. So its not duplicate.