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
๐ข (CRYING FACE) is the Unicode character at code point U+1F622. It belongs to the Emoticons block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1F622 | |
| decimal | 128546 | |
| htmldecimal | 😢 | |
| htmlhex | 😢 | |
| css | \1F622 | |
| javascript | \u{1F622} | |
| python | \U0001f622 | |
| java | \uD83D\uDE22 | |
| go | \U0001F622 | |
| ruby | \u{1F622} | |
| rust | \u{1F622} | |
| ccpp | \U0001f622 | |
| urlencoded | %F0%9F%98%A2 | |
| utf8bytes | f0 9f 98 a2 | |
| utf16bebytes | d8 3d de 22 | |
| utf32bebytes | 00 01 f6 22 |
How to Use
HTML:
😢
CSS:
content: "\1F622"
JavaScript:
"\u{1F622}"
Python:
"\U0001f622"
Properties
Frequently Asked Questions
What is the ๐ข character (CRYING FACE)?
๐ข (CRYING FACE) is the Unicode character U+1F622.
What is the Unicode codepoint of CRYING FACE?
The CRYING FACE character (๐ข) has codepoint U+1F622.
How do I type or copy CRYING FACE?
Copy ๐ข directly, or use the HTML entity, UTF-8, and code encodings shown on this page.