> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/006-actions-and-visual-logic/action-reference/cordova/specialcharacter/sc_esc.md).

# sc\_esc

## Description

Returns an ASCII escape character, which refers to the table below:

| Decimal | Hex | Oct | Char |
| ------- | --- | --- | ---- |
| 27      | 1B  | 033 | ESC  |

## Input / Parameter

N/A

## Output

| Description                         | Output Type |
| ----------------------------------- | ----------- |
| Returns the ASCII escape character. | String/Text |

## Callback

N/A

## Video

Coming Soon.

## Example

### Steps

1. Draw the `sc_esc` function into the event flow.

   ![](/files/SVPXcjLeNUDLB0nxbNki)

### Result

```
␛
```

## Links
