> Source URL: /resources/emojis.guide
# Emojis

You can type emojis with these keyboard shortcuts:

- Mac: <Kbd>ctrl+command+space</Kbd>
- Windows: <Kbd>Win+.</Kbd>

Emojis work like normal characters in strings.

```python
print("Great job! 🎉")
```


---

## Backlinks

The following sources link to this document:

- [Emoji Guide](/resources/resources.index.llm.md)
- [>ref: like this](/unit-1/projects/01-me-dot-py/me-dot-py.project.llm.md)
