I use emojis a lot in categories
I am moving my design around and exposing categories on my posts
That part works - BUT the emojis seem to be all replaced with ?
Claude tells me that I should add unicodes to my CSS - does that sound right??
eg:
/* Pushpin */ span.callsit::before { content: "\1F4CC Posted in: " !important; }
this will be very annoying, needs a lot and not going to do - my hip pocket fix is to rename my categories back to text - but before I do that
Claude suggested:
Check if this is a Micro.blog theme encoding issue. Some themes force UTF-8 encoding that doesn’t play well with emoji. You might be able to fix it globally in the theme’s
<head>instead of individual CSS rules.
My core template is hitchens - which is now 4 years out of date … bridge too far?
Time to bite the bullet and switch to a more modern design?
All and any help / direction welcome.
Many thanks.