1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00
Files
til/internet/add-emoji-to-github-repository-description.md
2016-04-04 12:14:10 -05:00

22 lines
773 B
Markdown

# Add Emoji To GitHub Repository Description
GitHub restricts the set of unicode characters that can appear in the
description field of a repository to anything up to `0xffff`. Most emoji
have unicode values above this. This means you will have limited success
adding emoji via your system's emoji keyboard.
Fortunately, GitHub allows you to add any recognized emoji to a repository
description with its specialized emoji syntax (e.g. `:memo:`). You may have
used this syntax in other parts of GitHub such as the issue tracker.
If you add an emoji like this:
![](http://i.imgur.com/Tty7Cl2.png)
it will show up like so:
![](http://i.imgur.com/yxRwmkW.png)
Check out this [Emoji Cheat Sheet](http://www.emoji-cheat-sheet.com/) for
the names of all recognized emojis.