HTML Entity/Symbol³(SUPERSCRIPT THREE )

³
Copy this symbol

SUPERSCRIPT THREE

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

³
³
U+000B3
\00b3
³

HTML Examples

Using HTML Code value in HTML file

<span> &#179; </span>

Using HTML Entity value in HTML file

<span> &sup3; </span>

CSS Example

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

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