Returns a character corresponding to a unicode code.
ChrW ( UNICODEcode )
See the ASCII Character Code table for a complete list of available values.
Asc, AscW, Chr, String
#include <MsgBoxConstants.au3> Local $sText= "" For $i= 256To 512 $sText= $sText&ChrW ($i); Or $sText &= ChrW($i) can be used as well. Next MsgBox ($MB_SYSTEMMODAL,"Unicode chars 256 to 512",$sText); Display the unicode characters between 256 to 512.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル