mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Add Add Emoji To GitHub Repository Description as an internet til
Also add the internet section
This commit is contained in:
18
internet/add-emoji-to-github-repository-description.md
Normal file
18
internet/add-emoji-to-github-repository-description.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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.
|
||||
|
||||
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:
|
||||
|
||||

|
||||
|
||||
it will show up like so:
|
||||
|
||||

|
||||
Reference in New Issue
Block a user