# UNICHAR

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function returns the Unicode character specified by a number.

## Syntax

UNICHAR(*value*)

## Arguments

For the argument, specify the Unicode number representing a character.

## Remarks

The resultant Unicode character can be a string in UTF-8 or UTF-16 code.
If 0 is passed in the argument or the passed numerals are out of range, this function returns an error.

## Data Types

Accepts numeric data. Returns string data.

## Examples

`UNICHAR(86)` gives the result V.
`UNICHAR(79)` gives the result O.

## Version Available

This function is available in Spread for Windows Forms 11.0 or later.