How to use ANSI Color codes on Windows 11 "log to console"

I found this: robotframework - How can I put colors in console output with Robot Framework - Stack Overflow

But it doesn’t work. Odd, because the PASS and FAIL indicators seem to be using ANSI color. If I run with “robot -C ansi”, then the PASS and FAIL indicators show the escapes codes (instead of the color change):

←[32mPASS←[0m
OVALSTITAN-120-TC001-complete
1 test, 1 passed, 0 failed

Using Robot 6.1, Windows 11