Table of Contents
This article provides a clear overview of The UNICHAR () and UNICODE () Functions in Excel, with the main facts, useful context, and practical details organized for easy reading.

The article describes the syntax and usage of the UNICHAR () and UNICODE () functions in Excel.
UNICHAR Function
Description
The UNICHAR () function returns the Unicode character of the numeric input value, the function used for UNICODE charset.
Syntax
= UNICHAR (number)
Arguments
number is the numeric character to convert to Unicode, a required parameter.
Note
- Unicode characters can be returned as a string of characters (such as UTF-8, UTF-16).
- If number is 0 (zero) or numeric values are out of range, UNICHAR returns the #VALUE! Error.
- If number is a partial replacement number and the data type is invalid, the function will return the #N/A error.
For Example
= UNICHAR (78)

UNICODE Function
Description
The UNICODE () function returns the number of the input character, if the input is a string, the function returns the number of the first character in the string. Use for Unicode encoding.
Syntax
= UNICODE (text)
Arguments
text is the character or string to get the Unicode value, if the text contains invalid data types, the function will return the #VALUE! error.
For Example
= UNICODE ("A")

= UNICODE ("TipsMake. vn")

How to use the two functions UNICHAR () and UNICODE () is very simple, but these two functions are only supported with Excel 2013 and also with Excel 2003, 2007, 2010 are not supported. You can install the version of Office 2013 to use these two functions. Good luck!
FAQ
What is the main focus of The UNICHAR () and UNICODE () Functions in Excel?
The article explains the most important facts, context, and practical details related to The UNICHAR () and UNICODE () Functions in Excel.
Who may find this information useful?
It is useful for readers who want a clear overview, practical context, and a better understanding of the subject.
What should readers verify before taking action?
Check current product versions, official requirements, regional availability, and any details that may have changed since the original publication.

Reader Comments 0
Sign in with email or Google to join the discussion.