Real Name profile question is stored as "text" type of field in mysql.
According to mysql docs "TEXT is a string data type that can store up to 65,535 characters" .
If you are to add an addition in-script validator, ow_system_plugins/base/controllers/join.php is a good place to start with. Take username validator as an example.