Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the Unicode character from a number.
Syntax
UNICHAR (number)
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| number |
Required |
Integer |
An integer between 1 and 65,535 (inclusive), or the function returns an error. |
Remarks
The resulting string is one Unicode character (two characters) in length.
Example
UNICHAR(65)
Returns A (Latin Capital Letter A)