Hi djondinium ,
Unfortunately, the Studio editor currently strips out emojis directly, replacing them with question marks. This behaviour is due to the editor's text formatting limitations.
Try below Methods (It may work) :
- Instead of inserting emojis directly in the editor, you can copy and paste them from an external source like Emojipedia. This bypasses the editor's limitations and preserves the emojis.
- Use HTML entities: Convert the emojis to their corresponding HTML entities and paste them into the editor. For example, the ninja emoji translates to
🏰
While less user-friendly, it ensures emojis appear correctly.
Thank you.