facebook unicode

Post your questions and help other users.

Moderator: Martin

Post Reply
User avatar
tsolignani
Posts: 187
Joined: 12 Jan 2019 11:53
Location: Vignola, Mo, Italy
Contact:

facebook unicode

Post by tsolignani » 30 Nov 2019 07:13

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.

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: facebook unicode

Post by Desmanto » 01 Dec 2019 18:29

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.
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.

Post Reply