Press the flag and enter some text, a lot of unicode characters are supported! Encoding: Each character you enter will be encoded into a custom (UnicodeID(base8))+1 method I made which is compatible with cloud variables. Each encoded character is separated by a 0 since every other digit is occupied by actual characters denoted in their encoded body. Decoding: Collect each character in the encoded string, then once you hit a 0, it will convert the collected numbers back to its corresponding Unicode character, then you repeat the process joining each converted character cluster and poof! You're done.
You can use this with credit from @Zro716 , @qucchia ,and @Turquioii . Thanks to @Zro716 for the number base encoder! Thanks to @qucchia for the Unicode Lookup!