Formatting Issues?? Pokemon lol

'Pok\351mon Platinum' 'Pok\351mon Violet'

Hi guys Im still having values like these and I have issues with correcting it in my code. Ive tried

UPDATE videogames.data

SET title = REPLACE(title, 'Pok\351mon', 'Pokemon')

WHERE title LIKE '%Pok\351mon%';

but it didnt work. does anyone have any alternatives on how to tweak the code??