This template will render an emoji from the Twemoji project, which is what Discord uses to render its emojis.
Usage
{{Twemoji|codepoint}}
To specify what emoji to render, you will have to enter the Unicode codepoint of the emoji. Yeah, I wish you could just type the emoji too, but I don't know how to make that work without it either slowing down the wiki or being massively time-consuming for me to do.
So, to find the codepoint of the emoji you want, you can go to Emojipedia and enter your emoji into the search bar. Once you're at the page for your emoji, scroll down until you find the "Codepoints" section. There, it should say something like "U+1F608". That "1F608" is the codepoint you need. Do not include "U+" in the template. You will need to convert any capital letters to lowercase letters too; so it would be "1f608" instead of "1F608", otherwise it won't work.
So, to render :smiling_imp: (😈) with this template, you would do:
{{Twemoji|1f608}}
which outputs
If your emoji has two codepoints, such as for a flag or emoji with skin tone, put a hyphen between the two codepoints.
For example, to render the nigga santa emoji (🎅🏿) with this template, you would do:
{{Twemoji|1f385-1f3ff}}
which outputs
Template data
This template will render an emoji from the Twemoji project, which is what Discord uses to render its emojis.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Emoji codepoint | 1 | The Unicode codepoint of the emoji you would like to render. For a detailed explanation, see the template documentation [[Template:Twemoji]]
| String | required |