> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/version-1.52-preview/clearlines-functions/text-functions/char.md).

# 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="/files/YSjV8AdLApoBPKnFU3hU" alt=""><figcaption></figcaption></figure>
