However, you can represent "Hello" on a calculator using its ASCII codes:
* H: 72
* e: 101
* l: 108
* l: 108
* o: 111
So, you could enter the sequence: 72 101 108 108 111 on the calculator to represent "Hello".
This isn't exactly spelling it, but it's a way to represent the word using numbers on a calculator.