# Formating & Sending Emojis 😊

Whatsapp supports very limited formatting possibilities  and support sending and receiving emojis ;

### **Formating**

Whatsapp supports only limited formatting as below;

**Bold** = \* \* i.e \*bold\*\
**Italics** = \_ \_ i.e \_italics\_\
**Strikethrough** = – – \~strikethrough\~\
**New Line** = \<br> or \n – You can also put enter in code editor for new line

### Sending Emoji through Whatsapp 😊

You can send emoji through whatsapp , make sure charset is set to UTF-8, for complete list of emoji code , please refer [https://github.com/iorch/jakaton\_feminicidios/blob/master/data/emojis.csv ](https://github.com/iorch/jakaton_feminicidios/blob/master/data/emojis.csv)&#x20;

You can also copy and paste the emoji directly from whatsapp web or phone to your code editor.


---

# 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://help.pickyassist.com/api-documentation-v2/references/formating-and-sending-emojis.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.
