在我的C ++代码中,我想显示“ UpArrow”,并可能在MSVC / Xcode以及Anjuta中正确显示。
字符代码为U + 2191。
尝试做:
ALT + 2 + 1 + 9 + 1,
在MSVC编辑器中不会产生“ UpArrow”。
是否可以在IDE跨平台内显示符号?
答案 0 :(得分:0)
您实际上是在问如何键入字符,通常不会出现问题。
如果您的键盘布局具有3级Shift键(在物理键帽上通常标记为AltGr
),请按Shift + AltGr + u产生↑。否则,请参见https://superuser.com/a/78724/19948 –在安装自定义Compose, up, up
文件后键入Compose, minus, circumflex
或.XCompose
。