Originally posted by chandrashekar munukutla:
Hi all,
Is there any method in java which gives us the Unicode of any particular character. Please let me know. like suppose if we input 'A' it should return the Unicode value \u0041 for it.
If there isn't any method, then is there any way that we will be able to know the Unicode Values of characters.
thanks
Chandrashekar!
I don't know whether there hava such kind of method, I only know some mapping between unicode and ASCII code. Hope this can help a little:
ASCII digits 0-9 (\u0030-\u0039) ��
ASCII Latin letters A-Z (\u0041-\u005a) ��
ASCII Latin letters a - z (\u0061-\u007a) ��