Hi :)

Is there any way to look up a character's Unicode line number?

Ex. Capital letter A's line number (hex) is 41 capital B is 42 etc.
(more info here)

Or would I have to put them in an array manually?

thanks :)

Found it :D

int c = (char) 'A';
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.