UNICHAR

returns the character for a unicode code point · from excel · excel: verified match · sheets: verified match

signature

UNICHAR(number)

returns: text

argumentrequired
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.

errorproduced by
#VALUE! =UNICHAR(0)

related

  • ASC converts full-width characters to half-width
  • BAHTTEXT spells a number as thai baht and satang
  • CHAR returns the character for a character-set code
  • CLEAN removes non-printable characters
  • CODE numeric code of the first character
  • CONCAT joins multiple text strings into one