Solution
Incorrect database string expression might have caused the Unicode character to be saved wrongly. Kindly ensure the MySQL ODBC Unicode driver is used instead of the ANSI version. Below is a sample of the database string expression using MySQL ODBC Unicode driver.
Driver={MySQL ODBC <version> Unicode Driver};Server=<server IP>;Database=<database name>;User=<user name>;password=<password>