I'm having a rendering problem with special characters (like "𝓔, 🅔") on the Mobile/Android fingerprint.

Support
  • On the Mobile/Android fingerprint, special characters (like "𝓔, 🅔") appear as squares/boxes (□). No matter what format I tried to render the .txt file, it didn't work. I need help with a solution.

  • I don't quite understand what you mean. Could you please explain in more detail what you're talking about? What exactly are you doing and what do you want to achieve?

  • @m4zuper
    I'm using a bot that creates Instagram accounts by pulling names from a .txt file. When the bot types names that include special characters (like “𝓔” or “🅔”) while using a mobile/Android fingerprint, those characters appear as blank squares (□) instead of displaying correctly.

  • @ensdmrlq yeah really, bas is transforming them, the solution is that you need to save it to new variable(if you using resource), and then use execute javascript on element, like

    document.querySelector("#APjFqb").value = [[NEW_VARIABLE]]
    

    where #APjFqb was CSS selector, you can use devtools to copy js selector correctly
    b650c91b-ee33-41d1-8329-e8e1fd948022-image.png