如何在 Windows 中输入平方根符号 (√)?
答案1
简而言之,就是 ALT + 251(注意,前面没有零)
Unicode 为 U-221A
http://www.fileformat.info/info/unicode/char/221a/index.htm
√
如果这不起作用那么:
Press and hold down the Alt key.
Press the + (plus) key on the numeric keypad.
Type the hexidecimal unicode value (221A).
Release the Alt key.
答案2
打开regedit.exe
导航到HKEY_CURRENT_USER\Control Panel\Input Method
并添加string
或REG_SZ
值
EnableHexNumpad
。将值设置为1
。注销并登录。
现在您可以使用ALT <numpad +> 221A
至于为什么你的 ALT 代码不起作用:
PC 制造商的硬件/固件中都有字符集。Windows 将这些字符集称为 OEM 代码页。Windows 还为英语地区提供了一套标准拉丁字符集,称为 Windows-1252,大多数非 Unicode 程序都使用该字符集。当您键入 ALT 251 时,¹
您使用的是 OEM 字符集,该字符集在每台 PC 之间可能有所不同(我的是代码页 850)。当您键入 ALT 0251 时û
,它使用 Windows-1252 字符集。
其他一些人说ALT 8730
→
或有效,但根据我的经验,任何高于或的ALT 08730
<substitute (SUB) character>
值都会转换回和之间的值。ALT 255
ALT 0255
ALT 0
ALT 255
答案3
我使用 charmap 并寻找到字符 U+221A 的位置,单击“选择”和“复制”按钮,然后将其粘贴到我想要使用它的位置。
答案4
实际的 (alt+X) 代码不起作用,因此我进入符号(使用 MS Word),使用 Unicode (211A) 查找 squareRoot,然后为符号添加快捷方式以便于访问。我使用了 (CTRL+{)。