Android Studio 中小于号 (<) 和大于号 (>) 的大小或形状不同

Less than sign (<) and Greater than sign (>) are not the same size or shape in Android Studio

当我尝试在 android studio TextView 中添加特殊字符时,小于号与大于号不同 size/shape。这是一个Screenshot所以你知道我在说什么。

我在 strings.xml 文件中使用了这些字符:

<string name="mainPageText">See all available rooms \u003E</string>
<string name="listPageText">\uFE64 See my current status</string>

有什么方法可以修复它,使它们的大小和形状都相同吗?

https://www.compart.com/en/unicode/U+003C < 和
https://www.compart.com/en/unicode/U+003E >

https://www.compart.com/en/unicode/U+FE64﹤和
https://www.compart.com/en/unicode/U+FE65

而不是混合第一个和第二个

(由于字体不同,差异在 SO 上不明显)