Replace all instances of a glyph/character

I’m working on an Ecommece site. The products have numbers instead of names.

The client wants to replace all zeros “0” (uniocde I think is U+0030) with a slashed zero as in Ø and ∅ (uniocde I think is U+2205).
Is there any way to swap all instances of zero sitewide with a slashed zero?
Using span for all zeros is not an option as the names are pulled from the product name respective from whatever name the client adds to the product in the CMS.

Webflow does not have a search and replace function. I am not sure they support unicode in titles but that you can check if so then that would be manual in the designer. So you might alternatively be able to replace instances in the DOM using custom code but that is a potentially expensive browser process which I would avoid.

Thanks, Jeff.
I decided to use custom code to find/replace the actual “0” character (not its unicode) – not for all instances though, only for the desired classes.

I’d be curious to learn what solutions other Webflowers came up with.
May be something for the wishlist?

Hi Rapha,

Could you share your piece of code? I’ve got the same goal, but I don’t have the sufficient technical skills :slight_smile:

Best,
Steven