When working on my HTML code, I encountered an issue with displaying a registered sign. While the entity code I used worked perfectly in Chrome, Internet Explorer showed an 'A' character before the sign. I tried various codes like
-®
-®
which worked fine in Chrome.
<p>®</p>
Output:
In Chrome:
®
In Explorer:
À®
In Firefox:
À®
I want the display to be consistent across all browsers, similar to how it appears in Chrome.
Expected Output:
In Chrome:
®
In Explorer:
®
In Firefox:
®