Square Sign

Solved
Wendyam -  
 jns55 -
Hello,

I would like to know how to make the squared sign ² on an Acer Chromebook.

Thank you

Configuration: Chrome OS / Chrome 86.0.4240.183

1 réponse

jns55
 
Hello,
Several ways:
1- You can use the ² key on the keyboard (just below the Escape key), it's the easiest way.

2- By using unicode, it can be useful for other characters:
Ctrl+Shift+u, you get a u then enter the unicode code 00b2 and press the enter key.

INPUT OF SUBSCRIPTS AND SUPERSCRIPTS IN UNICODE
The Unicode entries for subscript are U + 208X, where X is the desired subscript number. For example, H₂0 uses CTRL + SHIFT + U, then 2082.

The Unicode entries for superscript are CTRL + SHIFT + U, then 207x, where X is the desired superscript number. For example, 10⁷ uses CTRL + SHIFT + U, then 2077.

That is, except for 1, 2, and 3, which are CTRL + SHIFT + U, then 00B9, CTRL + SHIFT + U, then 00B2, and CTRL + SHIFT + U, then 00B3 respectively.


Then, copy the character to the clipboard to paste it wherever you need.
2