Unicode Function
Description:
The character specified by the UNICODE number which is itself expressed as a 4 character Hexadecimal.
Returns:
Text
Parameter:
Parameter | Data Type | Description |
|---|---|---|
1 | Text | The 4 character hexadecimal text. |
Examples:
When using functions inside a field, remember the field brackets:
{Unicode("20AC")}
Expression | Result |
|---|---|
Unicode( "20AC" ) | "€" |
Unicode( "FFE0" ) | "¢" |