Utility

Fancy Text

Convert text into 35 fancy Unicode font styles.

GET/fancy

Returns all 35 styles by default. Use the optional type param (1–35) to get a specific style only.

GET/fancy
Parameters
Request
bash
1curl -X GET 'https://execross.com/api/v3/fancy?text=Ang+Ganteng&type=3' \
2  -H 'Accept: application/json' \
3  -H 'apikey: YOUR-APIKEY'
Response
Click Send to execute the request.
Example response
json
1{
2  "creator": "EXECROSS",
3  "ip": "125.164.15.3",
4  "result": {
5    "text": [
6      "Ⓐⓝⓖ Ⓖⓐⓝⓣⓔⓝⓖ",
7      "🅐🅝🅖 🅖🅐🅝🅣🅔🅝🅖",
8      "Ang Ganteng",
9      "𝐀𝐧𝐠 𝐆𝐚𝐧𝐭𝐞𝐧𝐠",
10      "𝑨𝒏𝒈 𝑮𝒂𝒏𝒕𝒆𝒏𝒈",
11      "𝓐𝓷𝓰 𝓖𝓪𝓷𝓽𝓮𝓷𝓰",
12      "𝔸𝕟𝕘 𝔾𝕒𝕟𝕥𝕖𝕟𝕘",
13      "ᴀɴɢ ɢᴀɴᴛᴇɴɢ",
14      "ꓯuƃ ⅁ɐuʇǝuƃ",
15      "...35 styles total"
16    ]
17  },
18  "status": 200
19}
Next
CocoFun Download