Intellij outputs font unicode as trailing chars

Answered

If I execute the code System.out.print ("V\u0305") using Java, the font looks like the following:

I need the font to be able to look like it's supposed to -> "V̅"

 

Any idea how to do this?

0
5 comments

Depends on the font, choose the one that can handle it:

0
Avatar
Permanently deleted user

Hmmm it seems the selections are greyed out for me. But if I'm able to figure out why and try it, I will let you know if it solves the problem. Thanks for the quick response.

0
Avatar
Permanently deleted user

Yup, changing the output font to consolas worked. Thanks a bunch :D

0

Make a copy of the default scheme using Save As... since the default scheme is read-only.

0
Avatar
Permanently deleted user

Yup, just learned that as well. Thanks again :)

0

Please sign in to leave a comment.