No, UROM is a 32 bit number, that storage can not store character
In addition, to prevent EEPROM damage, from within PLC, it can not directly set UROM value, that is read only in PLC.
EEPROM only has 50K write cycle from the chip manufacture. Any bug in PLC code could ruin the whole board by damaging EEPROM, that is why we do not let PLC code write to EEPROM.
If you want to store information, probably best to use WC32 with USB flash key to store variables.