Hello!
I want to know whether it's possible to write label expression that displays fractions. I have points that contains list of tree species, height and diameter and I need to make them look like this:

My current expression displays each attribute in their own line but I need everything in single row.
def FindLabel ( [TREE], <H>, <D> ):
if [SDS]:
return "<FNT size = '6,5'>"+[TREE] + "</FNT>"'\n' + "<UND><FNT size = '6,5'>" + <H> +"</FNT></UND>" + '\n' +"<FNT size = '6,5'>" + <D> +"</FNT>"
<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN></D></H></D></H>
I checked text formatting tags Formatting tags available in ArcMap—Help | ArcGIS for Desktop but none of them allows to create fractions. I also tried using placement properties and defined each class separately. Perhaps there is some other way to make it work.
I'm using ArcMap 10.3.1
Any help is appreciated.
Thanks,
Janis