HTML Entity/Symbol²(SUPERSCRIPT TWO )

²
Copy this symbol

SUPERSCRIPT TWO

Click on any of the following code values to copy to clipboard.

²
²
U+000B2
\00b2
²

HTML Examples

Using HTML Code value in HTML file

<span> &#178; </span>

Using HTML Entity value in HTML file

<span> &sup2; </span>

CSS Example

Using CSS content code of the HTML entity &sup2; to specify in a CSS file

span { 
    content: "\00b2";
}
All HTML Symbols