Emoji Html Code List

broken image


๏ธ Copy and ๐Ÿ“‹ Paste Emoji ๐Ÿ‘ No apps required. Emojis are supported on iOS, Android, macOS, Windows, Linux and ChromeOS. Copy and paste emojis for Twitter, Facebook, Slack, Instagram, Snapchat, Slack, GitHub, Instagram, WhatsApp and more. Use Emoji Classic on older systems. Emoji / Emoji regional indicators; Emoji flag symbols. Some Emoji implementations represent combinations of two 'regional indicator' letters as a single flag symbol. Below is the full set of ISO-3166-1 country codes and their codepoint pairs.

Do you have a website and want to insert emojis in it in native HTML code? Inserting emojis is fun and easy in HTML. This article will discuss how to insert emojis into HTML in 2 different ways.

Step 0. Have Your HTML Encoded in UTF-8 Encoding

This step is required for both the following 2 different ways to insert emojis into HTML code. The World Wide Web Consortium, the group that sets HTML standards, highly recommends you encode your documents as UTF-8.

Basically, to do this, at the top of your HTML file, make sure you insert something like the following:

Modern software like WordPress and Drupal do this by default, but if you are coding from scratch, you need to put this into your HTML File. I include this in our HTML5 boilerplate page. Forcing UTF-8 encoding in your HTML file is often essential to properly render emojis. For example, the emoji for โ€˜kissing face with closed eyes' ? may actually be rendered as รฐลธหœลก or other gibberish without UTF-8 encoding. Having

will force any browser to render your HTML code as UTF-8 encoding. This is good for at least 2 reasons:

  1. It is much, much easier to maintain text where what-you-see-is-what-you-get for a webmaster. If you are going to use HTML character escapes, which I discuss below, for all non-ASCII characters, it can get pretty unmaintainable pretty quickly. You are more likely to make typos or other errors using this method.
  2. If you are writing text in a non-Western European language, like Chinese, for example writing ไฝ ๅฅฝ in Chinese meaning hello, and want to use HTML character escape for every character you want to use, it can both make it a nightmare and make the code essentially unreadable for the webmaster.

Html Emojis Codes

Html

Method #1. Insert The Emoji By Itself In The HTML Code

This way is certainly much easier and more modern than method number 2. Let's say you want the grinning face emoji which is ?. You can just copy and paste that emoji into the HTML file.

Basically, for any given emoji, you just paste the emoji by itself in an HTML file. Here is a comprehensive list of every single emoji. Find your emoji, and then copy and paste the emoji icon into your HTML file. Remember, your HTML code must have UTF-8 encoding explicitly declared in the head, as mentioned before, otherwise your emoji might not be rendered properly.

Method #2. Insert The Emojis Using HTML Character Escapes

This is the older way to insert emojis, but still a useful way to insert them and possibly a more instructive way to do so. Unicode code point values exist for every Unicode value. Basically, Unicode code point values are what the creators/maintainers of Unicode use to give every Unicode character a unique representation for computers. Nearly every character from nearly every major language has a unique Unicode value. Emojis are also represented by Unicode code point values. For example, winking face ? has a Unicode code point value of U+1F609.

To convert the Unicode code point value into an HTML character escape, you will simply do the following:

  1. Find the Unicode code point value for the emoji you want to insert. Here is a comprehensive list of all emojis in Unicode and their corresponding Unicode code point values.
  2. Once you have the relevant code point value, copy it down, and delete the 'U+' part
  3. Then put an ampersand hash &# in front of the other parts of the Unicode code point value.
  4. Finally, at the end, put a semicolon ;

To convert Unicode value for ? (winking face) which has a Unicode code point value of U+1F609 into an HTML character escape so that you can see a grinning face in your HTML code, simply change U+1F609 to

Now for a quick explanation of what the code means. In HTML, anything beginning with a โ€˜&#' and ending with a โ€˜;' (both without the quotes) indicates a special character. And the โ€˜x' part of the escape code indicates to the browser that what is to follow is hex code. Unicode point values are usually represented in hex code. It is a standard.

Audfree audio capture 1 0 0. If you use Unicode encoding, you probably won't have to use character escapes, but in HTML there are 5 characters you must escape. The characters you must use character escapes for are for ampersand &, greater-than sign >, less-than sign, <, quotation mark ', and apostrophe โ€˜.

Below are the corresponding escape codes:

  • & & (ampersand)
  • < < (less-than sign)
  • > > (greater-than sign)
  • " ' (quotation mark)
  • ' โ€˜ (apostrophe)

You must use escape codes for those 5 characters because โ€˜&', โ€˜<โ€˜, โ€˜>', โ€˜'โ€˜, and 'โ€˜'. have special meaning in HTML. This is just like data types such as int, float, etc., have special meaning in programming languages. If you don't escape &, <, >, ', or โ€˜ in HTML code, and you mean to have them displayed as you see them, then you will probably get some kind of error, or the page won't render properly.

Additional Notes For Rendering Emojis In HTML

Save Your Text Files and HTML Files In UTF-8 Encoding. Don't Just Declare UTF-8 Encoding In The Head

Make sure that you save your HTML file in UTF-8 encoding. If you use Windows, Notepad and Wordpad may default to saving files in ASCII encoding, which we don't want. Make sure you save the file in UTF-8 encoding otherwise non-ASCII characters, like emojis, might not render properly in the browser even if you have the header with UTF-8 encoding.

Not Every Emoji Is Supported In All Browsers Yet

While browsers continually get better as time goes on, and they support more and more emojis natively, older browsers might not support a specific or any emoji. Generally, I would use method #1 for newer browsers, but if you want better backwards compatibility, it might be better to use method #2.

For a much more in depth discussion about encodings etc, I highly recommend W3's HTML character encodings in HTML and CSS tutorial here.

Did you find this article about How To Insert Emojis In HTML useful? Then please share with your friends.

Smiley Face Alt Code

The first two entities of Alt Code characters are smiley faces. It's, for sure, a nice beginning. If you are using a Microsoft Operating System, then typing them is a piece of cake.

Emoticon, SmileyDescriptionAlt Code
โ˜บWhite Smiley Face1
โ˜ปBlack Smiley Face2

How to type a Smiley face by using its Alt Code value โ˜บโ˜ป

Emoji Codes List

  • Make sure you switch on the NumLock,
  • press and hold down the Alt key,
  • type the Alt Code value of the Smiley face 1 on the numeric pad,
  • release the Alt key and you got a โ˜บ White Smiley Face.

** Above mentioned procedure is not aplicable for MacOS.

** You can copy&paste Smiley faces anywhere you like.

For more information on how to use symbols, emojis please check our How to use Alt-Codes? page.

Emoticons, Smiley Faces with Unicode

Emoticons are the pictorial expressions of emotions and smiley faces are the most famous of them. There are hundreds of emoticons on Unicode library and new ones are being added each year. Below you can find the list of more than 150 emoticons. You can copy&paste them anywhere you like, or you can use their Unicode or HTML Code values on your web page design, or computer programing.

Emoticon, SmileyDescriptionUnicode HexHTML Dec Code
๐Ÿ˜€Grinning FaceU+1F600๐Ÿ˜€
๐Ÿ˜ƒGrinning Face With Big EyesU+1F603๐Ÿ˜ƒ
๐Ÿ˜„Grinning Face With Smiling EyesU+1F604๐Ÿ˜„
๐Ÿ˜Beaming Face With Smiling EyesU+1F601๐Ÿ˜
๐Ÿ˜†Grinning Squinting FaceU+1F606๐Ÿ˜†
๐Ÿ˜…Grinning Face With SweatU+1F605๐Ÿ˜…
๐ŸคฃRolling On The Floor LaughingU+1F923๐Ÿคฃ
๐Ÿ˜‚Face With Tears Of JoyU+1F602๐Ÿ˜‚
๐Ÿ™‚Slightly Smiling FaceU+1F642๐Ÿ™‚
๐Ÿ™ƒUpside-Down FaceU+1F643๐Ÿ™ƒ
๐Ÿ˜‰Winking FaceU+1F609๐Ÿ˜‰
๐Ÿ˜ŠSmiling Face With Smiling EyesU+1F60A๐Ÿ˜Š
๐Ÿ˜‡Smiling Face With HaloU+1F607๐Ÿ˜‡
๐ŸฅฐSmiling Face With 3 HeartsU+1F970๐Ÿฅฐ
๐Ÿ˜Smiling Face With Heart-EyesU+1F60D๐Ÿ˜
๐ŸคฉStar-StruckU+1F929๐Ÿคฉ
๐Ÿ˜˜Face Blowing A KissU+1F618๐Ÿ˜˜
๐Ÿ˜—Kissing FaceU+1F617๐Ÿ˜—
โ˜บSmiling FaceU+263Aโ˜บ
๐Ÿ˜šKissing Face With Closed EyesU+1F61A๐Ÿ˜š
๐Ÿ˜™Kissing Face With Smiling EyesU+1F619๐Ÿ˜™
Emoticon, SmileyDescriptionUnicode HexHTML Dec Code
๐Ÿ˜‹Face Savoring FoodU+1F60B๐Ÿ˜‹
๐Ÿ˜›Face With TongueU+1F61B๐Ÿ˜›
๐Ÿ˜œWinking Face With TongueU+1F61C๐Ÿ˜œ
๐ŸคชZany FaceU+1F92A๐Ÿคช
๐Ÿ˜Squinting Face With TongueU+1F61D๐Ÿ˜
๐Ÿค‘Money-Mouth FaceU+1F911๐Ÿค‘
๐Ÿค—Hugging FaceU+1F917๐Ÿค—
๐ŸคญFace With Hand Over MouthU+1F92D๐Ÿคญ
๐ŸคซShushing FaceU+1F92B๐Ÿคซ
๐Ÿค”Thinking FaceU+1F914๐Ÿค”
๐ŸคZipper-Mouth FaceU+1F910๐Ÿค
๐ŸคจFace With Raised EyebrowU+1F928๐Ÿคจ
๐Ÿ˜Neutral FaceU+1F610๐Ÿ˜
๐Ÿ˜‘Expressionless FaceU+1F611๐Ÿ˜‘
๐Ÿ˜ถFace Without MouthU+1F636๐Ÿ˜ถ
๐Ÿ˜Smirking FaceU+1F60F๐Ÿ˜
๐Ÿ˜’Unamused FaceU+1F612๐Ÿ˜’
๐Ÿ™„Face With Rolling EyesU+1F644๐Ÿ™„
๐Ÿ˜ฌGrimacing FaceU+1F62C๐Ÿ˜ฌ
๐ŸคฅLying FaceU+1F925๐Ÿคฅ
๐Ÿ˜ŒRelieved FaceU+1F60C๐Ÿ˜Œ
Emoticon, SmileyDescriptionUnicode HexHTML Dec Code
๐Ÿ˜”Pensive FaceU+1F614๐Ÿ˜”
๐Ÿ˜ชSleepy FaceU+1F62A๐Ÿ˜ช
๐ŸคคDrooling FaceU+1F924๐Ÿคค
๐Ÿ˜ดSleeping FaceU+1F634๐Ÿ˜ด
๐Ÿ˜ทFace With Medical MaskU+1F637๐Ÿ˜ท
๐Ÿค’Face With ThermometerU+1F912๐Ÿค’
๐Ÿค•Face With Head-BandageU+1F915๐Ÿค•
๐ŸคขNauseated FaceU+1F922๐Ÿคข
๐ŸคฎFace VomitingU+1F92E๐Ÿคฎ
๐ŸคงSneezing FaceU+1F927๐Ÿคง
๐ŸฅตHot FaceU+1F975๐Ÿฅต
๐ŸฅถCold FaceU+1F976๐Ÿฅถ
๐ŸฅดWoozy FaceU+1F974๐Ÿฅด
๐Ÿ˜ตDizzy FaceU+1F635๐Ÿ˜ต
๐ŸคฏExploding HeadU+1F92F๐Ÿคฏ
๐Ÿค Cowboy Hat FaceU+1F920๐Ÿค 
๐ŸฅณPartying FaceU+1F973๐Ÿฅณ
๐Ÿ˜ŽSmiling Face With SunglassesU+1F60E๐Ÿ˜Ž
๐Ÿค“Nerd FaceU+1F913๐Ÿค“
๐ŸงFace With MonocleU+1F9D0๐Ÿง
๐Ÿ˜•Confused FaceU+1F615๐Ÿ˜•
Emoticon, SmileyDescriptionUnicode HexHTML Dec Code
๐Ÿ˜ŸWorried FaceU+1F61F๐Ÿ˜Ÿ
๐Ÿ™Slightly Frowning FaceU+1F641๐Ÿ™
โ˜นFrowning FaceU+2639โ˜น
๐Ÿ˜ฎFace With Open MouthU+1F62E๐Ÿ˜ฎ
๐Ÿ˜ฏHushed FaceU+1F62F๐Ÿ˜ฏ
๐Ÿ˜ฒAstonished FaceU+1F632๐Ÿ˜ฒ
๐Ÿ˜ณFlushed FaceU+1F633๐Ÿ˜ณ
๐ŸฅบPleading FaceU+1F97A๐Ÿฅบ
๐Ÿ˜ฆFrowning Face With Open MouthU+1F626๐Ÿ˜ฆ
๐Ÿ˜งAnguished FaceU+1F627๐Ÿ˜ง
๐Ÿ˜จFearful FaceU+1F628๐Ÿ˜จ
๐Ÿ˜ฐAnxious Face With SweatU+1F630๐Ÿ˜ฐ
๐Ÿ˜ฅSad But Relieved FaceU+1F625๐Ÿ˜ฅ
๐Ÿ˜ขCrying FaceU+1F622๐Ÿ˜ข
๐Ÿ˜ญLoudly Crying FaceU+1F62D๐Ÿ˜ญ
๐Ÿ˜ฑFace Screaming In FearU+1F631๐Ÿ˜ฑ
๐Ÿ˜–Confounded FaceU+1F616๐Ÿ˜–
๐Ÿ˜ฃPersevering FaceU+1F623๐Ÿ˜ฃ
๐Ÿ˜žDisappointed FaceU+1F61E๐Ÿ˜ž
๐Ÿ˜“Downcast Face With SweatU+1F613๐Ÿ˜“
๐Ÿ˜ฉWeary FaceU+1F629๐Ÿ˜ฉ
Emoticon, SmileyDescriptionUnicode HexHTML Dec Code
๐Ÿ˜ซTired FaceU+1F62B๐Ÿ˜ซ
๐Ÿ˜คFace With Steam From NoseU+1F624๐Ÿ˜ค
๐Ÿ˜กPouting FaceU+1F621๐Ÿ˜ก
๐Ÿ˜ Angry FaceU+1F620๐Ÿ˜ 
๐ŸคฌFace With Symbols On MouthU+1F92C๐Ÿคฌ
๐Ÿ˜ˆSmiling Face With HornsU+1F608๐Ÿ˜ˆ
๐Ÿ‘ฟAngry Face With HornsU+1F47F๐Ÿ‘ฟ
๐Ÿ’€SkullU+1F480๐Ÿ’€
โ˜ Skull And CrossbonesU+2620โ˜ 
๐Ÿ’ฉPile Of PooU+1F4A9๐Ÿ’ฉ
๐ŸคกClown FaceU+1F921๐Ÿคก
๐Ÿ‘นOgreU+1F479๐Ÿ‘น
๐Ÿ‘บGoblinU+1F47A๐Ÿ‘บ
๐Ÿ‘ปGhostU+1F47B๐Ÿ‘ป
๐Ÿ‘ฝAlienU+1F47D๐Ÿ‘ฝ
๐Ÿ‘พAlien MonsterU+1F47E๐Ÿ‘พ
๐Ÿค–Robot FaceU+1F916๐Ÿค–
๐Ÿ˜บGrinning Cat FaceU+1F63A๐Ÿ˜บ
๐Ÿ˜ธGrinning Cat Face With Smiling EyesU+1F638๐Ÿ˜ธ
๐Ÿ˜นCat Face With Tears Of JoyU+1F639๐Ÿ˜น
๐Ÿ˜ปSmiling Cat Face With Heart-EyesU+1F63B๐Ÿ˜ป
Emoticon, SmileyDescriptionUnicode HexHTML Dec Code
๐Ÿ˜ผCat Face With Wry SmileU+1F63C๐Ÿ˜ผ
๐Ÿ˜ฝKissing Cat FaceU+1F63D๐Ÿ˜ฝ
๐Ÿ™€Weary Cat FaceU+1F640๐Ÿ™€
๐Ÿ˜ฟCrying Cat FaceU+1F63F๐Ÿ˜ฟ
๐Ÿ˜พPouting Cat FaceU+1F63E๐Ÿ˜พ
๐Ÿ™ˆSee-No-Evil MonkeyU+1F648๐Ÿ™ˆ
๐Ÿ™‰Hear-No-Evil MonkeyU+1F649๐Ÿ™‰
๐Ÿ™ŠSpeak-No-Evil MonkeyU+1F64A๐Ÿ™Š
๐Ÿ’ฏHundred PointsU+1F4AF๐Ÿ’ฏ
๐Ÿ’ขAnger SymbolU+1F4A2๐Ÿ’ข
๐Ÿ’ฅCollisionU+1F4A5๐Ÿ’ฅ
๐Ÿ’ซDizzyU+1F4AB๐Ÿ’ซ
๐Ÿ’ฆSweat DropletsU+1F4A6๐Ÿ’ฆ
๐Ÿ’จDashing AwayU+1F4A8๐Ÿ’จ
๐Ÿ•ณHoleU+1F573๐Ÿ•ณ
๐Ÿ’ฃBombU+1F4A3๐Ÿ’ฃ
๐Ÿ’ฌSpeech BalloonU+1F4AC๐Ÿ’ฌ
๐Ÿ—จLeft Speech BubbleU+1F5E8๐Ÿ—จ
๐Ÿ—ฏRight Anger BubbleU+1F5EF๐Ÿ—ฏ
๐Ÿ’ญThought BalloonU+1F4AD๐Ÿ’ญ
๐Ÿ’คZzzU+1F4A4๐Ÿ’ค
Emoticon, SmileyDescriptionUnicode HexHTML Dec Code
๐Ÿ‘‹Waving HandU+1F44B๐Ÿ‘‹
๐ŸคšRaised Back Of HandU+1F91A๐Ÿคš
๐Ÿ–Hand With Fingers SplayedU+1F590๐Ÿ–
โœ‹Raised HandU+270Bโœ‹
๐Ÿ––Vulcan SaluteU+1F596๐Ÿ––
๐Ÿ‘ŒOk HandU+1F44C๐Ÿ‘Œ
โœŒVictory HandU+270CโœŒ
๐ŸคžCrossed FingersU+1F91E๐Ÿคž
๐ŸคŸLove-You GestureU+1F91F๐ŸคŸ
๐Ÿค˜Sign Of The HornsU+1F918๐Ÿค˜
๐Ÿค™Call Me HandU+1F919๐Ÿค™
๐Ÿ‘ˆBackhand Index Pointing LeftU+1F448๐Ÿ‘ˆ
๐Ÿ‘‰Backhand Index Pointing RightU+1F449๐Ÿ‘‰
๐Ÿ‘†Backhand Index Pointing UpU+1F446๐Ÿ‘†
๐Ÿ–•Middle FingerU+1F595๐Ÿ–•
๐Ÿ‘‡Backhand Index Pointing DownU+1F447๐Ÿ‘‡
โ˜Index Pointing UpU+261Dโ˜
๐Ÿ‘Thumbs UpU+1F44D๐Ÿ‘
๐Ÿ‘ŽThumbs DownU+1F44E๐Ÿ‘Ž
โœŠRaised FistU+270AโœŠ
๐Ÿ‘ŠOncoming FistU+1F44A๐Ÿ‘Š

Emoji Html Code List A-z

Emoticon, SmileyDescriptionUnicode HexHTML Dec Code
๐Ÿค›Left-Facing FistU+1F91B๐Ÿค›
๐ŸคœRight-Facing FistU+1F91C๐Ÿคœ
๐Ÿ‘Clapping HandsU+1F44F๐Ÿ‘
๐Ÿ™ŒRaising HandsU+1F64C๐Ÿ™Œ
๐Ÿ‘Open HandsU+1F450๐Ÿ‘
๐ŸคฒPalms Up TogetherU+1F932๐Ÿคฒ
๐ŸคHandshakeU+1F91D๐Ÿค
๐Ÿ™Folded HandsU+1F64F๐Ÿ™
โœWriting HandU+270Dโœ
๐Ÿ’…Nail PolishU+1F485๐Ÿ’…
๐ŸคณSelfieU+1F933๐Ÿคณ
๐Ÿ’ชFlexed BicepsU+1F4AA๐Ÿ’ช
๐ŸฆตLegU+1F9B5๐Ÿฆต
๐ŸฆถFootU+1F9B6๐Ÿฆถ
๐Ÿ‘‚EarU+1F442๐Ÿ‘‚
๐Ÿ‘ƒNoseU+1F443๐Ÿ‘ƒ
๐Ÿง BrainU+1F9E0๐Ÿง 
๐ŸฆทToothU+1F9B7๐Ÿฆท
๐ŸฆดBoneU+1F9B4๐Ÿฆด
๐Ÿ‘€EyesU+1F440๐Ÿ‘€
๐Ÿ‘EyeU+1F441๐Ÿ‘
Emoticon, SmileyDescriptionUnicode HexHTML Dec Code
๐Ÿ‘…TongueU+1F445๐Ÿ‘…
๐Ÿ‘„MouthU+1F444๐Ÿ‘„
๐Ÿ—ฃSpeaking HeadU+1F5E3๐Ÿ—ฃ
๐Ÿ‘คBust In SilhouetteU+1F464๐Ÿ‘ค
๐Ÿ‘ฅBusts In SilhouetteU+1F465๐Ÿ‘ฅ




broken image