Used pre instead of code for unicode characters. Sorry.

$ perl -COE -wE'use charnames (); use unicore::Name; my $script = shif +t; open my $fh, "<", $INC{"unicore/Name.pm"} =~ s/Name\.pm$/Blocks.tx +t/r; for (grep m/\b$script\b/ => <$fh>) { m/\b([0-9A-Z]+)\b\s*\.\.\s* +([0-9A-Z]+)/ or next; foreach my $c (hex ($1) .. hex ($2)) { my $nm = + charnames::viacode ($c) or next;printf "U+%05x %-5s %s\n", $c, chr ( +$c), $nm}}' Thai
U+00e01 ก     THAI CHARACTER KO KAI
U+00e02 ข     THAI CHARACTER KHO KHAI
U+00e03 ฃ     THAI CHARACTER KHO KHUAT
U+00e04 ค     THAI CHARACTER KHO KHWAI
U+00e05 ฅ     THAI CHARACTER KHO KHON
U+00e06 ฆ     THAI CHARACTER KHO RAKHANG
:
:
U+00e58 ๘     THAI DIGIT EIGHT
U+00e59 ๙     THAI DIGIT NINE
U+00e5a ๚     THAI CHARACTER ANGKHANKHU
U+00e5b ๛     THAI CHARACTER KHOMUT

Enjoy, Have FUN! H.Merijn

In reply to Re: Listing out the characters included in a character class by Tux
in thread Listing out the characters included in a character class by Polyglot

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.