Chart Director Label Unicode Support

Hi all,

I am trying to do a superscript fraction on my chart director axis label using one of the three characters listed. I can use it in xojo by copy & pasting the character or using the html code inside of chr(), but trying to set my axis label, they all just come up as a weird bracket (pictured). So why can I not use this character? The plugin says full unicode support? Thanks!

https://unicode-table.com/en/141F/
https://unicode-table.com/en/2E0D/
https://unicode-table.com/en/1D10D/

if you like to format labels in ChartDirector, please use it’s markup language as shown here:
https://www.monkeybreadsoftware.net/faq-chartdirectormarkuplanguage.shtml

Thanks!