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?
Please sign in to leave a comment.
Depends on the font, choose the one that can handle it:
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.
Yup, changing the output font to consolas worked. Thanks a bunch :D
Make a copy of the default scheme using Save As... since the default scheme is read-only.
Yup, just learned that as well. Thanks again :)