# Font Creation - Character Selection

**For main tutorial:** [https://ferdowsur.gitbook.io/tinygiantstudios/#creating-fonts](<https://ferdowsur.gitbook.io/tinygiantstudios/#creating-fonts >)&#x20;

![Use this button to check the characters](/files/-MHV_es2uOWamviYZA2S)

\
There are 4 ways to assign characters to be included. In this document, I will go through them one by one.&#x20;

![](/files/-MHVWYRcHK2PFkoCoKKS)

## Character Range

Pretty straight forward. If you type 'A' as start, 'Z' as end, it will include ABC.....XYZ characters. \
Follow this link to get the character range for your language: <https://unicode-table.com/en/>\ <br>

## Unicode Range

Same as character range. Instead of characters, use unicodes.\
Follow this link to get the character range for your language: <https://unicode-table.com/en/>

## Custom Characters

Whatever character is in the text field, will be inside the font.

## Unicode Sequence

When you search for character range for your language, this is the type of format you would find most results.\
`0021-007E, 00C0`

In this sequence, 0021-007E means to include all characters between these range. And the 00C0 alone means to include only this.\
\
<http://www.unicode.org/charts/>\
You will find a lot of language Unicode ranges here. Open the link. Select your language and on top you will the Range. Type the ranges in here.

##


---

# 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://ferdowsur.gitbook.io/tinygiantstudio/modular-3d-text-font-creation-tutorial.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.
