Is there anyway in .net to get the character sets of a given culture ?

for example:
for given culture He-IL (hebrew) it will return some how the range 0x0590-0x05FF
for Greek 0x0370-0x03FF...

like in this list : http://www.ssec.wisc.edu/~tomw/java/unicode.html

thanks