我使用VSCode进行c++编码。
我希望我的代码能够显示希腊字母。
例如,我想让我的代码显示希腊字母。
int alpha = 0; => int α = 0;
int delta[n][n]; => int δ[n][n];
but, int Delta = x => int Δ[n][n];
我如何才能做到这一点?
在Mac上
⟶系统偏好⟶键盘⟶输入源标签⟶输入源 +
在左下角 ⟶添加并选择 Unicode Hex Input
右侧面板
* 然后通过以下方式输入unicode字符 alt
+[code]
蛋蛋 27f6
在Windows上,跳过所有带箭头的步骤,只需执行带星星的步骤。
从以下地方获取代码 https:/www.rapidtables.comcodetextunicode-characters.html 或维基百科