Inputting a character using Unicode code point

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

  1. Choose Edit > Input in Unicode Code Point
  2. Input a code point in the “Input Unicode” dialog (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 “😃”.