If you would like to include special characters, add it to common or common-LANG in UTF-8.

common: For all language fonts.
common-LANG (such as common-ja): For specific language font.

For example, to add codepoint 21033 to common-ja as UTF-8 character:
ruby -e 'puts [21033].pack("U")' >> common-ja
