How to represent a superscript slash with Unicode?

后端 未结 4 1685
暖寄归人
暖寄归人 2021-02-20 05:41

Is there any way I can write a superscript slash with Unicode?

My aim is to represent rational exponents in a nicer form than 123**(456/789).

4条回答
  •  孤独总比滥情好
    2021-02-20 06:39

    No. On general grounds, we can be pretty sure that if such a character existed, it would be in the Superscripts and Subscripts block (not all superscripts are there, but the odds are that if any superscripts will be added, they will be placed there).

    So you need some higher-level protocol, as you usually do, when you need superscripts beyond a fairly limited repertoire. Unicode is about encoding characters, not about layout and mathematical expressions.

提交回复
热议问题