Help for this page

Select Code to Download


  1. or download this
    print chr(0x141);
    
  2. or download this
    print "\x{141}";
    
  3. or download this
    print chr(321);
    
  4. or download this
    if($someInputString eq "Unicode String Here"){
    ...
    }