HTML Entity - Radical Sign ("square Root")
Radical Sign ("square Root") is a mathematical operators, comparison symbols, and notation characters. This HTML entity enables web developers to display this character reliably across all browsers without encoding issues.
U+221A
√
\221A
Use this HTML entity in mathematical expressions and equations. For example, ≠ for not equal, ≤ for less than or equal, ∞ for infinity.
Related Entities
Common Mistakes
Mistake: Using sqrt() or the word "root" instead of the √ symbol
Fix: Use √ (√) for square root in mathematical text. The sqrt() notation is programming-specific.
Mistake: Forgetting the vinculum (overline) for grouped radicands
Fix: In proper mathematical notation, the square root symbol extends with an overline covering the entire radicand. Simply using √x is acceptable for simple cases.
Radical Sign ("square Root")
Select any code to highlight it before copying.
| Unicode | U+221A |
|---|---|
| Hex Code | √ |
| HTML Code | √ |
| HTML Entity | √ |
| CSS Code | \221A |
| Windows Shortcut | |
| Mac Shortcut | ⌥V |