HTML Entity/Symbol¹(SUPERSCRIPT ONE )

¹
Copy this symbol

SUPERSCRIPT ONE

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

¹
¹
U+000B9
\00b9
¹

HTML Examples

Using HTML Code value in HTML file

<span> &#185; </span>

Using HTML Entity value in HTML file

<span> &sup1; </span>

CSS Example

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

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