UNICHAR
returns the character for a unicode code point · from excel · excel: verified match · sheets: verified match
signature
UNICHAR(number)
returns: text
| argument | required |
|---|---|
| number | required |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=UNICHAR(9731) ☃ errors
error values observed from the engine — each with a call that produces it.
| error | produced by |
|---|---|
| #VALUE! | =UNICHAR(0) |