From UTF32
Characters
The From UTF32 node transforms a UTF32 codepoint into its respective UTF32 character.
Inputs
UTF32 (int)
The Unicode codepoint, as a decimal integer, to convert.
Outputs
* (string)
The resulting converted character. If the input does not reside within valid Unicode codepoints, a null string will be outputted.
Note that, while the output of this will be one glyph, it will not always contain one singular char
element. Specifically, when the input extends past the Basic Multilingual Plane, a surrogate pair of char
s will be output.
See Also
Examples
-
Examples of the From UTF32 node and String To UTF32 node, showcasing existing characters, valid but nonexistent characters, and invalid codepoints.