Way to change the full stop colour in the 'Site title'?

Way to change the full stop colour in the ‘Site title’? I have my title at jamiecropley.blog, ‘jamiecropley.blog’ I want to change the full stop colour in this title to green, how can I do it? I try using CSS and HTML style tags but the colour does not change?

If anyone knows, would help massively, thanks

The best way would be to wrap it with a span tag, e.g.

<span style="color: green">.</span>

but I’m not sure if that will work in the title field. If not, the best option might be to just use an image there, instead.

Yeah I tried this, it don’t work. Ideally wanted to do it this way as wanted a logo that didn’t rely on images all the time.