Crying Face

๐Ÿ˜ข

Shortcodes

Copy and paste codes for Crying Face symbol ๐Ÿ˜ข to use in your websites, apps, blogs, and more.

Unicode
U+1F622
HTML Code
😢
HEX Code
😢
CSS Code
\1F622
JS/JSON
\u1F622
Unix/C/PHP/JAVA
0x1F622
URL-encode
%F0%9F%98%A2
copied

Customize Crying Face Symbol

Customize ๐Ÿ˜ข symbol as you like and download Crying Face as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐Ÿ˜ข
 

How to add Crying Face symbol in HTML, CSS, and JS?

Insert ๐Ÿ˜ข Crying Face using HTML

1. Copy-paste Crying Face directly:
<span>๐Ÿ˜ข</span>
2. HTML Decimal Code:
<span>&#128546;</span>
3. Hexadecimal Code:
<span>&#x1F622;</span>
Preview: ๐Ÿ˜ข

Add Crying Face symbol with CSS

.crying-face::before {
    content: '\\1F622';
}
Preview: Crying Face

Crying Face JavaScript Code

1. Direct Symbol:
document.querySelector('.crying-face').textContent = '๐Ÿ˜ข';
2. Unicode Escape for ๐Ÿ˜ข:
document.querySelector('.crying-face').textContent = '\u1F622';
Preview: ๐Ÿ˜ข