I wanted to know how to convert text with font and style to plain text without font with php and also remove emoji?
Example : 𝓢𝓲𝓶𝓹𝓵𝓮🌸
To : Simple
>Solution :
You use the Normalizer.
Normalizer::normalize($yourString);
https://www.php.net/manual/en/normalizer.normalize.php