myDiv:after { content: : '»' }

I’m trying to put the special » entity into a DIV with CSS. Why is it showing up as a error question mark?


myDiv:after { 
   content: :  '»' 
}