How to represent a superscript slash with Unicode?

后端 未结 4 1684
暖寄归人
暖寄归人 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:27

    Well unicode is full of characters. The meaning is up to its interpretation.

    For superscript slash you can use:

    • Canadian Syllabics Final Acute 123⁴⁵⁶ᐟ⁷⁸⁹
    • Right Raised Omission Bracket 123⁴⁵⁶⸍⁷⁸⁹
    • Musical Symbol Repeated Figure-1 123⁴⁵⁶
    0 讨论(0)
  • 2021-02-20 06:36

    Assuming http://en.wikipedia.org/wiki/Unicode_subscripts_and_superscripts is accurate, the answer is no.

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2021-02-20 06:40

    Looking at the complete official Unicode name list and making the bold assumption it would have "slash" either in its name or description, there is no such character at this time.

    0 讨论(0)
提交回复
热议问题