Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to represent a superscript slash with Unicode?

Tags:

unicode

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).

like image 221
user16538 Avatar asked Apr 26 '13 15:04

user16538


People also ask

What is the symbol for superscript?

Use "^" for superscripts: 2^6, e^3, etc. ("**" instead of "^" is also OK.) Use parentheses if either the base or the exponent contains more than one mathematical symbol.


4 Answers

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⁴⁵⁶𝄍⁷⁸⁹

For subscript slash you can use:

  • Right Low Paraphrase Bracket 123₄₅₆⸝₇₈₉

If you have other solutions please comment and I will update my answer.

A helpful site to find special unicode characters: shapecatcher

like image 147
goulashsoup Avatar answered Sep 23 '22 18:09

goulashsoup


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.

like image 35
Jukka K. Korpela Avatar answered Sep 22 '22 18:09

Jukka K. Korpela


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

like image 31
tripleee Avatar answered Sep 20 '22 18:09

tripleee


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.

like image 24
Ulrich Schwarz Avatar answered Sep 21 '22 18:09

Ulrich Schwarz