procedure TForm1.Button1Click(Sender: TObject);
begin
  Caption := IntToStr(Ord(WideString('中')[1]));
//  Caption := WideChar(20013);//相反
end;