# 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

**Content =&#x20;**<mark style="color:blue;">**CHAR**</mark>(<mark style="color:blue;">#table1</mark>)

<figure><img src="https://1085786630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWv5M2BoEVu0kDIV5EPs4%2Fuploads%2Fgit-blob-9a465a9dcd53f9075955c6e059b0f9ad452c0d7c%2Fgrafik.png?alt=media" alt=""><figcaption></figcaption></figure>
