How can I display a squared sign in unicode (I checked the Unicode reference and it is not there)?
Also, is it possible to use unicode to display a fraction, for example 3/4 would look as it should with the horizontal vinculum?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For the fraction, you need the combining fraction slash (U+2044): “ ⁄ ”, but you have no guarantee that the client will render it in the same way vulgar fractions such as ¼.
For the squared sign “²”, you’ll find it at U+00B2, near all the other superscript digits, and just before the subscript digits.