Inserting data into a Unicode table
Unicode tables can store any characters. For characters that you can type on your keyboard, INSERT statements are straightforward. But suppose that you want to insert a character that is not on your keyboard, such as the yen sign (¥) on the U.S. keyboard. That process requires some extra steps.
Procedure
To insert data into a Unicode table, use one of the following methods:
Example

INSERT INTO UNITAB VALUES ('7A907',UX'D840DCD0','A');