What is an Emoji and how to use them

Data System Architecture

About

This page is all about emoji, what they are and how you can use them to add a little bit of emotion in your content

An emoji is a class of unicode character that represents an image and are used to express an sentiment (emotion) , generally on a comment from a forum or discussion

Emoji are image character with an emotion. If you search just an image character, you can check the Icons. Utterly, they may all ends up in a font.

List

See: Unicode List Unicode Set (Emoj = Yes)

  • U+1F600 to U+1F60F
  • U+1F610 to U+1F61F
  • U+1F620 to U+1F62F
  • U+1F630 to U+1F63F
  • U+1F910 to U+1F91F
  • U+1F920 to U+1F92F
  • U+1F930 to U+1F93F

Syntax

Emoji characters can be expressed as:

:grinning:
:-)

For rendering, the emoji alias name and emoticon would be translated to the unicode code point. See example below.

How to use emoji in HTML

Single

<span style="font-size:30pt">&#x1F600;</span>
<span style="font-size:30pt">&#x1F41E;</span>

Zero Width Joiner emoji (Zwj Emoji)

A Zero Width Joiner emoji is a sequence of emoji that combine to create one emoji.

For instance, to show a family with:

you would add the zero width joiner between them.

Example:

<p>The man: &#x1F468;</p>
<p>The girl: &#x1F467;</p>
<p>The boy: &#x1F466;</p>
<p>The family &#x1F468&#x200D;&#x1F467;&#x200D;&#x1F466;</p>
  • Output:

All sequence can be found in:

List

Library

Specification





Discover More
Emoji Increase Engagement
Commenting System / Discussion application

This page shows you a list of commenting systems that you may use for your web site.
Utah Teapot
Data Visualization - Visual (or Mark)

A visual is an object created from visual primitive that gets the value of its properties from the data. See also: Visual Encoding Bar (ie rectangle) Point (ie Circle or Square) Line Area...
Card Puncher Data Processing
Datacadamia - Data all the things

Computer science from a data perspective
Git Commit Tree Data Model
Git - Commit

A commit in git is an object that stores the information : who saved the file system snapshots, when they were saved, why they were saved. the commiter the author the parent commit It's...
HTML - How to show an Unicode Character in HTML

How to show a unicode character in HTML. Example with the 1F600grinning face emoji. This character has the unicode value: 1F600 in hexadecimal or 128512 in decimal
Javascript - Unicode

Example with the 1F600grinning face emoji. This character has the unicode code point: 1F600 in hexadecimal or 128512 in decimal where:
Text Mining
Natural Language Processing - (Opinion mining | Sentiment (Analyze|classification)) - Emotion

A sentiment is a personal feeling: positive negative on a target (e.g., a named entity) in the text expressed with a single word or a phrase. Brand management Polling (e.g. obama) Trending...
Data System Architecture
Text - Emoticon Character

emoticon are emotional (sentiment) icon (single image, character) that are expressed as a suite of characters. They are a subset of the emoji characters. Text Emoticon Representation Sentiment...



Share this page:
Follow us:
Task Runner