Typing square root symbol in textarea

1

How to type square root symbol in textarea in html ? I don't want character mapping method in XP. May be by typing ASCII code or something can I get that symbol ?

sat

Posted 2010-02-03T17:35:50.957

Reputation: 153

2Here, you can copy it: √ – Gumbo – 2010-02-03T17:37:04.233

Answers

4

The "in html" part of the question suggests to me this was migrated away from SO incorrectly. By "typing", did you mean in your HTML source? If so, what you're looking for is character entities, in this case √.

T.J. Crowder

Posted 2010-02-03T17:35:50.957

Reputation: 1 128

1

If I understand your question correctly, you should be able to achieve a square root symbol by typing any of the following into your HTML: "√", "√", or "√" (quote marks for clarity, they aren't part of the entity you enter). For a table with this and other symbols see: http://htmlhelp.com/reference/html40/entities/symbols.html.

GreenMatt

Posted 2010-02-03T17:35:50.957

Reputation: 835

Your entity reference is better than the wikipedia one. – DaveParillo – 2010-02-04T00:03:30.037

0

In Windows, type Alt+251.

In Mac OSX, type Option+V.

ceejayoz

Posted 2010-02-03T17:35:50.957

Reputation: 2 208

Alt+251 yields ¹ here ... – Joey – 2010-02-03T17:57:49.940

It yields √ here which looks to me like what I was looking for. Thanks – Bryan Field – 2011-01-11T14:18:47.893