copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('๐'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
๐
Overview
๐, GRINNING FACE, is an emoji depicting a broadly smiling face with open eyes and visible teeth. It is encoded at U+1F600 in the Emoticons block and classified in Unicode as a symbol. Introduced as part of the large expansion of pictographic emoji, it conveys happiness, friendliness, or good humor in digital messaging, and it stands near the head of the Emoticons block, which collects the standard set of facial-expression emoji.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1F600 | |
| decimal | 128512 | |
| htmldecimal | 😀 | |
| htmlhex | 😀 | |
| css | \1F600 | |
| javascript | \u{1F600} | |
| python | \U0001f600 | |
| java | \uD83D\uDE00 | |
| go | \U0001F600 | |
| ruby | \u{1F600} | |
| rust | \u{1F600} | |
| ccpp | \U0001f600 | |
| urlencoded | %F0%9F%98%80 | |
| utf8bytes | f0 9f 98 80 | |
| utf16bebytes | d8 3d de 00 | |
| utf32bebytes | 00 01 f6 00 |
How to Use
HTML:
😀
CSS:
content: "\1F600"
JavaScript:
"\u{1F600}"
Python:
"\U0001f600"
Properties
Frequently Asked Questions
What is the ๐ character (GRINNING FACE)?
๐ (GRINNING FACE) is the Unicode character U+1F600.
What is the Unicode codepoint of GRINNING FACE?
The GRINNING FACE character (๐) has codepoint U+1F600.
How do I type or copy GRINNING FACE?
Copy ๐ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.