# SMS Character Limits & Messaging Units

SMS charges are based on *messaging units*, not just the number of messages sent. These units depend on the type of characters used in your message:

**GSM (Standard characters)**

* Messages up to 160 characters = 1 message unit.
* Messages over 160 characters are split into **153-character** segments.
* Max total: \~1,600 characters (split across multiple units).

**Unicode (Special characters like emojis, non-Latin scripts)**

* Messages up to 70 characters = 1 message unit.
* Messages over 70 characters are split into **67-character** segments.
* Max total: \~737 characters (split across multiple units).

<figure><img src="/files/EtQAgNsjzRRmdqhzalB1" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Note:** \
\
The number of messaging units is **clearly displayed on the UI before launching an SMS campaign**, so you can easily review expected charges before sending.
{% endhint %}


---

# 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://docs.satisfilabs.com/resource-center/marketing-engine/campaigns/messaging-campaigns/sms-regulations/sms-character-limits-and-messaging-units.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.
