If I evaluate the following cell:
Quantity["PlanckConstant"]
I get as an output a very concise format of this quantity:
Also, compare the legibility of these two cells:
I want to find a way to create this:
without first evaluating a cell.
I just assume that the notebook front-end allows the user to achieve such a thing: just as right clicking on Sqrt[2]
and clicking on Convert To -> StandrdForm converts this expression to $\sqrt{2}$.