I have a string like :
❤️
I would like to get output like :
KK❤️GG
I tried a lot of ways such as I tried to change font with ARIALUNI.TTF
. Also I tried to Unidecode(UnidecodeSharpFork nuget package)
.
Note that : If it was a static situation, I could solve it with replace, but different letters may come.