Skip to content

Instantly share code, notes, and snippets.

@rayfix
Created April 27, 2019 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rayfix/7fe3b68d800a4951c52b8b44429218c1 to your computer and use it in GitHub Desktop.
Save rayfix/7fe3b68d800a4951c52b8b44429218c1 to your computer and use it in GitHub Desktop.
private static let toSuper: [Character: String] = ["0": "\u{2070}",
"1": "\u{00B9}",
"2": "\u{00B2}",
"3": "\u{00B3}",
"4": "\u{2074}",
"5": "\u{2075}",
"6": "\u{2076}",
"7": "\u{2077}",
"8": "\u{2078}",
"9": "\u{2079}",
"-": "\u{207B}"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment