# Send Emoji

### **Copying from website**

To send emojis, all you need to do is copy them into your message text. There are numerous websites where you can find and copy emojis, one such resource is [https://getemoji.com](https://getemoji.com/)

### **Hot Keys**

To do this, place the cursor in the text box and use hotkeys:

* For Windows: `Win + .`
* For MacOS: `control + command + space` \
  Then select the character of interest in the pop-up window.

### **Character codes**

We recommend using UTF-16. To do this, you need to represent the character as a hexadecimal number or a surrogate pair, two hexadecimal numbers. These numbers are available in the [Unicode character table](https://apps.timwhitlock.info/unicode/inspect/hex/1F63B). \
For example: `\uD83D\uDE3B`

* Click the Unicode column value next to the selected emoticon.
* Then select the surrogate couples column
* To indicate that the text is Unicode (Unicode) encoded, enter a backslash with a lowercase Latin letter u ("\u") before each hexadecimal number.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.whapi.cloud/help-desk/sending/send-emoji.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
