I am attempting to display the square root symbol inside a button, but I am having trouble making it work. Below is my button code:
<input type="button" id="sqrt" value="sqrt" onclick="insert function here">
For the value, I want the square root symbol to appear and I am struggling to find a solution.