Square Root

If you have ever needed a √ Square Root Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy √ Symbol to Clipboard

Square Root Codes

U+0221A

Unicode

√

Hex Code

√

HTML Code

√

HTML Entity

\221A

CSS Code

Square Root Code Examples

HTML Example

<span> &#8730; </span>

CSS Example

span {
   content: "\221A";
}

Symbol Copied!