Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
              'chr' => "\x{31fa}",
              'ord' => 12794
            };
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
        charinfo     => charinfo(ord $k),
    };
    
  3. or download this
    {
      charinfo => {
    ...
      chr => "\x{31FA}",
      ord => 12794,
    }