Some UTF-8 symbols are incorrectly stored in custom module, especially emoji

Some UTF-8 symbols are incorrectly stored in custom module, especially emoji

This is a shared problem in creating a record in custom modules over the CRM API as well as using the built in custom related list to display the data in custom modules. (Similar to this topic by @benjamin.jentsch )

Say you have a record and want to display its content (eg: Multi line field) in related list:
Original content as desired


Most of the emojis will be replaced by question marks:
Emoji are replaced with question marks


Same thing happens when I try to create a record in custom module over the CRM API using the same string as above and transmitting data as JSON / UTF-8 (Content-Type: application/json;charset=UTF-8).

And as I just noticed, this CRM custom module field I created seems to have the same issue, when I add / edit a field by entering some emoji, save, then reload page, all the emoji characters turn into question marks. They're just gone. This is the original input:


Inputing text into a custom field inside a custom module


Submit, Saved


Reload the page, As you may see, the emoji got replaced with ???.

I see Zoho Desk team has fixed the same problem happened in Desk API. So please consider fixing this similar in CRM soon.

Regards


    • Sticky Posts

    • Kaizen #226: Using ZRC in Client Script

      Hello everyone! Welcome to another week of Kaizen. In today's post, lets see what is ZRC (Zoho Request Client) and how we can use ZRC methods in Client Script to get inputs from a Salesperson and update the Lead status with a single button click. In this
    • Kaizen #222 - Client Script Support for Notes Related List

      Hello everyone! Welcome to another week of Kaizen. The final Kaizen post of the year 2025 is here! With the new Client Script support for the Notes Related List, you can validate, enrich, and manage notes across modules. In this post, we’ll explore how
    • Kaizen #217 - Actions APIs : Tasks

      Welcome to another week of Kaizen! In last week's post we discussed Email Notifications APIs which act as the link between your Workflow automations and you. We have discussed how Zylker Cloud Services uses Email Notifications API in their custom dashboard.
    • Kaizen #216 - Actions APIs : Email Notifications

      Welcome to another week of Kaizen! For the last three weeks, we have been discussing Zylker's workflows. We successfully updated a dormant workflow, built a new one from the ground up and more. But our work is not finished—these automated processes are
    • Kaizen #152 - Client Script Support for the new Canvas Record Forms

      Hello everyone! Have you ever wanted to trigger actions on click of a canvas button, icon, or text mandatory forms in Create/Edit and Clone Pages? Have you ever wanted to control how elements behave on the new Canvas Record Forms? This can be achieved