Search...

HTML Emojis

Emojis look like images, or icons, but they are not. They are letters (characters) from the UTF-8 (Unicode) character set.

What are Emojis?

Emojis are characters from the UTF-8 character set. The UTF-8 character set covers almost all of the characters and symbols in the world.

The HTML charset Attribute

To display an HTML page correctly, a web browser must know the character set used in the page.

This is specified in the `<meta>` tag:

<meta charset="UTF-8">
If not specified, UTF-8 is the default character set in HTML5.

Emoji Characters

Emojis are also characters from the UTF-8 alphabet:

  • 😄 is &#128516;
  • 😍 is &#128525;
  • 💗 is &#128151;
Emoji Example
Result

Some Emoji Symbols

EmojiValue
😀&#128512;
😁&#128513;
😂&#128514;
😃&#128515;
😄&#128516;
😅&#128517;
😆&#128518;