Good morning.
Is there a way to generate unicode via automagic starting from a certain text?
If you want to format text on Facebook you have to use unicode.
There are online tools, see:
https://yaytext.com/bold-italic/
So I wonder if you could do that with automatic, it would be much more handy.
Have a great weekend!
Thank you.
facebook unicode
Moderator: Martin
- tsolignani
- Posts: 187
- Joined: 12 Jan 2019 11:53
- Location: Vignola, Mo, Italy
- Contact:
Re: facebook unicode
You can write unicode using \u0041, which stand for A (capital letter a). Do the same for other unicode.
If you do the letter to letter mapping, you can replace everything letter with the stylized version. The easiest way is to create a big nested map that contains every letter key-value mapping. Then pass the string to this and take the output. I actually once want to do the same, but for other fun version, such as upside down version. I got the map file already, but haven't continue it for a long time.
If you do the letter to letter mapping, you can replace everything letter with the stylized version. The easiest way is to create a big nested map that contains every letter key-value mapping. Then pass the string to this and take the output. I actually once want to do the same, but for other fun version, such as upside down version. I got the map file already, but haven't continue it for a long time.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.