■ 漢字(or 任意の文字)の Unicode を得る [ 常用漢字か否かのチェック付き ]

 漢字(or 任意の文字)の Unicode を得る。
  Unicode の値の範囲(漢字):#4E00~#9FD5(19968~40917)
  常用漢字の場合はその旨表示する。

 文字列:str の最初の文字のUnicode:uni は、
  uni = str.charCodeAt(0);


●漢字:   

ホーム