ReferenceFunctionsText Functions
UNICHAR
UNICHAR: Returns the Unicode character for a given code point.
Summary
Returns the Unicode character for a given code point.
Remarks
- Input is truncated to an integer code point.
- Code point
0, surrogate range, and values above0x10FFFFreturn#VALUE!. - Errors are propagated unchanged.
- Non-numeric inputs are coerced with numeric coercion rules.
Examples
Basic Unicode code point
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
☃
Invalid code point
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
#VALUE!
Related functions
FAQ
Which code points are invalid?
0, surrogate values, and anything above 0x10FFFF return #VALUE!.
Runtime metadata
Category
Text
Signature
UNICHAR(arg1: Any)Arity
min 1, max 1
Arguments
arg1Any · Scalar
Caps
PURE
Source