Adding to unicode

I'm trying to take a phrase from user (EX. "ABC"), and add 2 to the Unicode. After adding two to the Unicode, it would then convert it back to a character.
for example:
input: ABC
output: CDE
image.png
Was this page helpful?