So... these codes break titles... (Remove the spaces obv)
& #10; - This code also, for some reason, makes the editor thing I want to place a [code] block?
& #13; - This just adds a blank character, not a null. Kinda like a space but nothing there. As opposed to #10 which doesn't exist
& #8; - The backspace character does the same as #13;
& #127; - Although this is the delete code it puts a &?
& #24; - Same as #13;
& #10; - This code also, for some reason, makes the editor thing I want to place a [code] block?
& #13; - This just adds a blank character, not a null. Kinda like a space but nothing there. As opposed to #10 which doesn't exist
& #8; - The backspace character does the same as #13;
& #127; - Although this is the delete code it puts a &?
& #24; - Same as #13;