Text.FromUnicodeCodepoint
From Xojo Documentation
Shared Method
Creates a new Text object from a single Unicode code point value.
Notes
Visit Unicode Lookup to get decimal values to use with this method.
Exceptions
- UnsupportedFormatException if codepoint is not a Unicode scalar value (i.e. it is a high-surrogate code point or a low-surrogate code point).
Sample Code
Get the EndOfLine character:
Get the trade mark character (™):
Get the pi character (π) using its hex value: