Technical information

Symbol
NameSuperscript nine
Unicode numberU+2079
CategorySubscript and superscriptSuperscript numbers
DescriptionThe Unicode character ⁹, or U+2079, is known as the "Superscript Nine". It falls under the "Superscripts and Subscripts" block and the "Number, Other" category in the Unicode standard. As a superscript character, it is commonly used in mathematical and scientific texts for denoting powers, as in expressions like x⁹, where it indicates raising x to the power of nine. It might also be seen in footnotes, references, or annotations in text, where it is used to link a piece of text to a corresponding note. Its usage varies depending on the context, but it generally serves as a space-efficient way of indicating a relationship or association between elements in a text.

Encoding

HTML Entity⁹
HTML Entity (hex)⁹
URL Escape Code%E2%81%B9
UTF-8 (hex)0xE2 0x81 0xB9
UTF-8 (binary)11100010:10000001:10111001
UTF-160x2079
UTF-320x00002079

Source Code

C, C++, and Java"\u2079"
CSS Code\2079
JavaScript"\u2079"
Perl\x{2079}
Python 2u"\u2079"
Python 3\u2079
Ruby\u{2079}

Preview

This Unicode character looks like this ⁹ in sentence and in bold like this and in italic like this .

Font size:

12px
16px
20px
28px
36px
48px
72px

CSS Property: font-weight

100
200
300
400
500
600
700
800
900

HTML Forms and Input

input
disabled input
input-group
select
button
button

Code examples in HTML and CSS

<span>&#8313;</span>

            
span {
    content: "\2079";
}

The symbol in different fonts

-apple-system
Apple Color Emoji
Arial
BlinkMacSystemFont
Courier New
Georgia
Droid Sans
Helvetica
Noto Sans
Oxygen
Roboto
"Segoe UI"
sans-serif
Segoe UI Emoji
Segoe UI Symbol
system-ui
Times New Roman
Ubuntu
Verdana

References