UNICHAR Function

Office 2013 and later

Last modified: March 09, 2015

Applies to: Office 2013 | Visio 2013

In this article
Syntax
Remarks
Example

Returns the Unicode character from a number.

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.

The resulting string is one Unicode character (two characters) in length.

UNICHAR(65)

Returns A (Latin Capital Letter A)

Show: