# CHR

the character corresponding to the Unicode codepoint

## Signature

> CHR(codepoint)

## Usage Examples

```sql
SELECT CHR(65) AS value
FROM ignoreMe
```

| value |
| ----- |
| A     |
