zirias@
Developer
It does. When a while ago, rendering of my preferred monospace font (Microsoft's "Consolas") suddenly broke for whatever reason in rxvt-unicode, I switched back to good old xterm, of course it worked reliably! I'm not even using much configuration, basically just setting the font and a "solarized" 16-color palette as it's easy on my old eyesxterm still rules.
Code:
$ grep ^XTerm .Xresources
XTerm*faceName: xft:Consolas Nerd Font:size=10
XTerm*forceXftHeight: true
XTerm*foreground: #c8c6c5
XTerm*background: #211f1d
XTerm*BackarrowKey: true
XTerm*Geometry: 80x25
XTerm*colorMode: true
XTerm*colorBDMode: false
XTerm*colorBLMode: true
XTerm*colorULMode: false
XTerm*color0: #2e2b28
XTerm*color8: #413c37
XTerm*color1: #993232
XTerm*color9: #e63232
XTerm*color2: #479932
XTerm*color10: #3ecc1f
XTerm*color3: #997b48
XTerm*color11: #faee4b
XTerm*color4: #2c4d8f
XTerm*color12: #4576e6
XTerm*color5: #855199
XTerm*color13: #d25ef2
XTerm*color6: #51998e
XTerm*color14: #41d9c2
XTerm*color7: #807870
XTerm*color15: #c8c6c5
XTerm*TermName: xterm
XTerm*cursorColor: green
$
Edit, looks like this: