keecode logokeecode
Home / HTML Entities / Square root

Square root

Square root symbol

Math

HTML Codes

Named Entity

√

Numeric Code

√

Usage Examples

HTML Example (Named Entity)

<p>This is the Square root: &radic;</p>

Output: This is the Square root:

HTML Example (Numeric Code)

<p>This is the Square root: &#8730;</p>

Output: This is the Square root:

JavaScript Example

const char = "&radic;";
console.log(char); // √