I have a unicode symbol in my text on my website, but the symbol is being converted to an emoji when viewed on mobile (even though the mobile preview on desktop doesn’t show that). How can I prevent this? I tried editing the theme CSS but none of my efforts worked:
/* Add this to your theme’s CSS file /
.featured-collection-title {
font-family: Arial, sans-serif; / Choose a font that doesn’t render the star as an emoji */
}