> For the complete documentation index, see [llms.txt](https://chaoses-ib.gitbook.io/directory-opus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chaoses-ib.gitbook.io/directory-opus/manual/reference/evaluator/chr.md).

# Chr

\<evalcmd> Chr && string && Character equivalent of the specified code. && code && int && ANSI/Unicode character code \</evalcmd>

Returns a string containing the character equivalent of the specified *code*.

//<Example://>

```
Output( Chr(65) );
--> A
```

*See also:* [asc](/directory-opus/manual/reference/evaluator/asc.md)
