**SOLVED** - used `\00a9` instead of `©`
Pretty self-explanatory:
body:after {
content: "© me";
/* other formatting */
}
In HTML, the `©` sequence inserts a copyright character. Can this be done in CSS Pseudo-Elements like I'm trying to do here?以上就是Copyright Symbol in CSS :after Pseudo-Element的详细内容,更多请关注web前端其它相关文章!