It is now possible to go to character when you invoke "Go to Line/Column". Here is how:
Ctrl+G to open go to line command.
Input the line number (you have to do this even if you're at that line in editor).
Type a colon and then input the character position.
For example the final command to go to line 6 position 4500 will be:
:6:4500