问题 I have html with <meta charset="UTF-8"> and want add black right-pointing pointer to span::before but it`s not working. If I simply put ► to html I would see pointer. But with content I see different problems. I try content: '►'; - it`s show strange symbol. Also does not work '►' , '\►' , '\x25ba' , '\#x25ba' , '\9658' and other combinations. I can use background-image or something like that, but I don`t want do this. Maybe you know what I`m doing wrong? Thanks for help! 回答1