CSS - content property use special char
Table of Contents
    
        #
    
    CSS - content property use special char
If you want use special char like © in CSS content property
You must use ASCII and show on HEX
And it is ©
So CSS need
div;before {
    content: "\00A9";
}
This page can help us trans to hex