If I execute the code \tt\catcode` =12\relax test
I get:
I also can emulate the same effect using \char32 in place of <space>. Is it possible to change the character code of <space>, so that when I type \tt\catcode`\ =12\relax test there is another character displayed there? For example, whenever I type <space> it displays !, which is \char33?

