I'm using Delphi 2007 and I need to pick and display a character from a unicode font in the range U+1500 to U+15FF
I tried:
label1.caption := widechar($1513);
but it can't be that simple. I have googled unicode, delphi, chr, widechar etc and researched for days and I still can't figure it out. Hoping someone can help. Thanks.