This will work on everything inside a <main>
tag.
$('main').html(function(index, html){
return html.replace(/®/g, '®');
});

This will work on everything inside a <main>
tag.
$('main').html(function(index, html){
return html.replace(/®/g, '®');
});