OMG thank you for such a quick response!
You haven't specified the environment where you're running TCC.
1. If you're running TCC in a Windows console, TCC has nothing do to with how the characters are displayed. That's done by Windows, and depends on your font, console properties, and code page.
2. If you're running TCC in a Windows Terminal tab, TCC has nothing to do with how the characters are displayed. That's done by Windows Terminal.
Even though I've been using this command line since the NDOS.COM days in 1988, I'm actually still not sure precisely what this question is asking. It's a TCC.exe window. The window has a title bar that can be clicked for options, and the options has a terminal tab.
3. If you're running TCC in a Take Command tab, TCC has nothing to do with how the characters are displayed. That's done by Take Command, and depends on your TCMD font and system code page.
But based on all 3 of your answers saying TCC has nothing to do with it (i've read this before, but it's so counter-intuitive that i tend to repeatedly forget it), it sounds like which environment i'm in doesn't quite make as much of a difference as I'd thought? It's always fascinating to learn more. TCC is probably my favorite program ever.
Code page 65001 is for UTF-8; you're trying to display UTF-16 characters.
So you're saying really, my answer might be to switch code pages.
Not even a TCC issue, just one you probably have to field way too often (sorry!!!!!!!!!!!!!!!)
I
want to say there was a reason I couldn't switch codepages.
I
thought it was compatibility with lots of old utilities that i have integrated into many granular workflows that i've worked on for literally decades, but I don't remember.
I could try again now that I know this is the *right* solution. When I know a solution is right, I tend to be more invested in it and more likely to reach a happy conclusion.
Do you know what the UTF-16 value of those characters are? Consolas does not support the entire UTF-16 character set.
Did you try it with one of the other fonts, like Lucida Console or Cascadia?
Lucida Console for life!
But I tried Cascadia too.
But I guess since I'm on the wrong code-page, it doesn't matter.
[second comment forthcoming]