Question: why the difference in parse display

Why, when parsing Pi/6, is it displayed differently in a textplot situation?

parse("Pi/6")
               

with(plots):
textplot([1,1,parse("Pi/6")])

Please Wait...