Inputting a character using Unicode hexadecimal code

To input a character with Unicode hexadecimal format at the current caret position:

  1. Choose Edit > Input Char in Unicode Hex
  2. Input a Unicode code in the “Input Unicode” panel (The “Input” button becomes enabled after a valid hex code is input).
  3. Press Return key or click “Input” button

Unicode character code to input should be just 4 or 5-digit hexadecimal format as well as hex code with “U+”, “0x” or “\u” prefix. For example, “1F603”, “U+1F603”, “0x1F603” or “\u1F603” are valid to input “😃”.