logo
excelfunctions.org
bookmarks

UNICHAR

Returns the Unicode character that is references by the given numeric value.

TextText Processing

What it does

Returns character from Unicode number.

Syntax

UNICHAR(number)

Arguments

  • number(number) β€” Unicode ID.

Examples

Get Symbol

Get Unicode 10004 (Checkmark).

FORMULA
=UNICHAR(10004)
RESULT
βœ”
SAMPLE DATA
A
1Code
210004