Thumbs Up Emoji 👍
👍
Copy to Clipboard
Thumbs Up Information
Name | Thumbs Up |
Unicode | U+1F44D |
CSS Code | \1F44D |
HTML Code | 👍 |
How to add thumbs up emoji on different Operating systems
How to type thumbs up emoji on Microsoft Windows
- Place your cursor in the text area where you need to insert the emoji
- Without moving the cursor press keys Windows + ; together
- This will open up windows character picker
- Type "Thumbs Up" in the search area and hit Enter
- Your desired emoji will be shown and you can insert it to your document by simply clicking on it with the mouse
How to type thumbs up emoji on Mac OS
- Place your cursor in the text area where you need to insert the emoji
- Without moving the cursor press keys Fn or + E together
- This will open character picker
- Type "Thumbs Up" in the search area and hit Enter
- Your desired emoji will be shown and you can insert it to your document by simply clicking on it with the mouse
How to use thumbs up emoji in CSS
Copy
// css example
span {
content: "\1F44D";
}
How to type thumbs up emoji in HTML
Copy
// html example
<span>👍</span>