Change size of "space" in a TMP Text Input

This is going to sound pretty weird, but I want to change the size of a space (" ") when displaying a Text Input field on screen.

text input field: "this is what it should look like"
on screen: "thisiswhatitshouldlooklike"

Essentially, “eliminating” all spaces (or minimizing) without actually remove any spaces.

Is there any way to edit the size of the “space” character somewhere or the Font Asset?
Since   doesn’t work, maybe there’s so unicode I could use and readjust the size of? I can’t really think of any more options other than creating a bunch of TMP objects to keep it separated.

The reason why? without spaces, TMP counts it all as one word. I need multiple words, but no visible spacing.

Unity 2022.3.22
TMP 3.0.8

I tried looking into the rich text, however now I have a whole other issue, the text in the rich text field is the reverse of what I’m typing in.