# CHAR

#### Syntax <a href="#syntax.6" id="syntax.6"></a>

**CHAR**(*charNumber*)

* *charNumber* - a positive number whose according Unicode character is returned - ***Value type**: number*

#### Remarks <a href="#remarks.4" id="remarks.4"></a>

* The complete current list of Unicode characters is listed at [Wikipedia](https://en.wikipedia.org/wiki/List_of_Unicode_characters).
* Not all Unicode characters are available on all devices. Sometimes a required font need to be installed before the character can be displayed.
* If *charNumber* is negative, zero or greater than the maximum value of the current Unicode character set, an empty string (““) is returned.

#### Example

<figure><img src="https://content.gitbook.com/content/4X6nN2wTlDsVpd8P1WDM/blobs/8UjKULZOBWskou6aBW9A/grafik.png" alt=""><figcaption></figcaption></figure>
