> For the complete documentation index, see [llms.txt](https://wiki.nytolia.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.nytolia.net/de/general/emojis.md).

# Emojis

### Spieler-Emojis

* :angel: - Engel-Emoji
* :angry: - Wütendes Emoji
* :blue\_heart: - Blaues Herz
* :broken\_heart: - Gebrochenes Herz
* **:concerned:** - Besorgter Gesichtsausdruck
* :confused: - Verwirrter Gesichtsausdruck
* **:confused\_2:** - Alternativer verwirrter Gesichtsausdruck
* **:contagious:** - Ansteckendes Gesichts-Emoji
* :cry: - Weinendes Gesicht
* **:demon:** - Dämonen-Emoji
* **:dislike:** - Daumen-runter-Emoji
* **:elegant:** - Eleganter Gesichtsausdruck
* **:eyes\_hearts:** - Herzaugen-Emoji
* :eyes: - Augen-Emoji
* **:fachero:** - Cooles Gesichts-Emoji
* **:fascinated:** - Fasziniertes Gesichts-Emoji
* **:frozen:** - Gefrorenes Gesichts-Emoji
* :green\_heart: - Grünes Herz
* :heart: - Rotes Herz
* :joy: - Lachendes Emoji mit Tränen
* **:joy\_2:** - Alternatives Lach-Emoji
* **:like:** - Daumen-hoch-Emoji
* **:nausea:** - Übelkeits-Emoji
* :nerd: - Nerd-Emoji
* **:pull\_tongue:** - Zunge-raus-Emoji
* :purple\_heart: - Lilanes Herz
* **:sad\_2:** - Alternativer trauriger Gesichtsausdruck
* **:sad:** - Trauriges Gesichts-Emoji
* :scream: - Schreiendes Gesichts-Emoji
* :skull: - Totenkopf-Emoji
* :sleeping: - Schlafendes Gesichts-Emoji
* **:smiling:** - Lächelndes Gesichts-Emoji
* **:sneeze:** - Niesendes Gesichts-Emoji
* **:stunned:** - Verblüfftes Gesichts-Emoji
* **:thumbdown:** - Daumen-runter-Emoji
* **:thumbup:** - Daumen-hoch-Emoji
* **:to\_sigh:** - Seufzendes Gesichts-Emoji
* **:vomit:** - Erbrechendes Gesichts-Emoji
* :wink: - Zwinkerndes Gesichts-Emoji
* **:without\_expresion:** - Ausdrucksloses Gesichts-Emoji
* :yellow\_heart: - Gelbes Herz

### Pro-Emojis

* **:amongus:** - Among-Us-Charakter
* **:gg:** - Good-Game-Emoji
* :gift: - Geschenkbox-Emoji
* **:therock:** - The-Rock-Meme-Emoji
* :troll: - Trollface-Emoji
* **:zerotwo:** - Zero-Two-Anime-Emoji

### Premium-Emojis

* **:kek:** - Kek-Lach-Emoji
* **:pepe\_diamond\_sword:** - Pepe mit Diamantschwert
* **:pepeaff:** - Zuneigendes Pepe-Emoji
* **:pepeangel:** - Engelhaftes Pepe-Emoji
* **:pepehappy:** - Fröhliches Pepe-Emoji
* **:pepehypers:** - Pepe-Hypers-Emoji
* **:pepemonkas:** - Pepe-Monkas-Emoji
* **:pepeno:** - Pepe-No-Emoji
* **:pepeokayge:** - Pepe-Okayge-Emoji
* **:pepesip:** - Trinkendes Pepe-Emoji
* **:pepesob:** - Weinendes Pepe-Emoji
* **:pepetux:** - Pepe im Smoking
* **:pepeyes:** - Pepe mit großen Augen
* **:pepeangry:** - Wütendes Pepe-Emoji

### Ultra-Emojis

* **:crythumbsup:** - Weinendes Daumen-hoch-Emoji
* :flushed: - Errötetes Gesichts-Emoji
* **:gigachad:** - Giga-Chad-Meme-Emoji
* **:pepeexit:** - Pepe der Frosch beim Verlassen
* **:pepeunicorn:** - Pepe-Einhorn-Emoji

### Titan-Emojis

* **:jerry:** - Jerry-Meme-Emoji
* **:oh:** - „Oh?“-Reaktions-Emoji
* **:omegalul:** - OMEGALUL-Lach-Emoji
* **:susface:** - Verdächtiges Gesichts-Emoji
* **:think:** - Denkendes Gesichts-Emoji
* **:uhok:** - „Äh, okay?“-Reaktions-Emoji
* **:waitwhat:** - „Warte, was?“-Reaktions-Emoji
* **:yessir:** - „Jawohl!“-Reaktions-Emoji
* **:thonk:** - Thonk-Meme-Emoji


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.nytolia.net/de/general/emojis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
