During project testing, the word © turned light blue on the Android page, and I tried many methods but it still didn't work.
You can try pseudo elements'00A9' is the code of ©, you can set the color, font size, etc.
.copyright:before{ content: 'rrreeeA9'; color: red; font-sieze: 16px; }
You can try pseudo elements
'00A9' is the code of ©, you can set the color, font size, etc.