文字のUNICODEのコード値を返します。 使用例: ;;; UNICODEのコード値を取得してみる。 (char-unicode #\x00) => 0 (char-unicode #\a) => 97 (char-unicode #\漢) => 28450