Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@molomby
Last active April 6, 2024 16:58
Show Gist options
  • Star 55 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save molomby/9bc092e4a125f529ae362de7e46e8176 to your computer and use it in GitHub Desktop.
Save molomby/9bc092e4a125f529ae362de7e46e8176 to your computer and use it in GitHub Desktop.
Unicode sub and super script characters

Unicode Superscript and Subscript Characters

Latin-1 Supplement Unicode Block

The Latin-1 Supplement Unicode block contains the first 3 superscript integers:

Code Character Description
U+00B2 ² SUPERSCRIPT TWO
U+00B3 ³ SUPERSCRIPT THREE
U+00B9 ¹ SUPERSCRIPT ONE

Superscripts and Subscripts Unicode Block

The Superscripts and Subscripts Unicode block, as the name suggests, contains the bulk of the the superscript and subscript charaters.

Superscript

Code Character Description
U+2070 SUPERSCRIPT ZERO
U+2071 SUPERSCRIPT LATIN SMALL LETTER I
U+2074 SUPERSCRIPT FOUR
U+2075 SUPERSCRIPT FIVE
U+2076 SUPERSCRIPT SIX
U+2077 SUPERSCRIPT SEVEN
U+2078 SUPERSCRIPT EIGHT
U+2079 SUPERSCRIPT NINE
U+207A SUPERSCRIPT PLUS SIGN
U+207B SUPERSCRIPT MINUS
U+207C SUPERSCRIPT EQUALS SIGN
U+207D SUPERSCRIPT LEFT PARENTHESIS
U+207E SUPERSCRIPT RIGHT PARENTHESIS
U+207F SUPERSCRIPT LATIN SMALL LETTER N

Subscript

Code Character Description
U+2080 SUBSCRIPT ZERO
U+2081 SUBSCRIPT ONE
U+2082 SUBSCRIPT TWO
U+2083 SUBSCRIPT THREE
U+2084 SUBSCRIPT FOUR
U+2085 SUBSCRIPT FIVE
U+2086 SUBSCRIPT SIX
U+2087 SUBSCRIPT SEVEN
U+2088 SUBSCRIPT EIGHT
U+2089 SUBSCRIPT NINE
U+208A SUBSCRIPT PLUS SIGN
U+208B SUBSCRIPT MINUS
U+208C SUBSCRIPT EQUALS SIGN
U+208D SUBSCRIPT LEFT PARENTHESIS
U+208E SUBSCRIPT RIGHT PARENTHESIS
U+2090 LATIN SUBSCRIPT SMALL LETTER A
U+2091 LATIN SUBSCRIPT SMALL LETTER E
U+2092 LATIN SUBSCRIPT SMALL LETTER O
U+2093 LATIN SUBSCRIPT SMALL LETTER X
U+2094 LATIN SUBSCRIPT SMALL LETTER SCHWA
U+2095 LATIN SUBSCRIPT SMALL LETTER H
U+2096 LATIN SUBSCRIPT SMALL LETTER K
U+2097 LATIN SUBSCRIPT SMALL LETTER L
U+2098 LATIN SUBSCRIPT SMALL LETTER M
U+2099 LATIN SUBSCRIPT SMALL LETTER N
U+209A LATIN SUBSCRIPT SMALL LETTER P
U+209B LATIN SUBSCRIPT SMALL LETTER S
U+209C LATIN SUBSCRIPT SMALL LETTER T

Related Charaters

There are many other Unicode charaters that appear as sub or super script. Some of the more common examples are:

Code Character Description
U+00AE ® REGISTERED SIGN
U+2120 SERVICE MARK
U+2122 TRADE MARK SIGN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment