Crying Face
๐ข
Shortcodes
Copy useful codes for crying face symbol ๐ข to use in websites, apps, blogs, and docs.
Unicode
U+1F622 HTML Code
😢 HEX Code
😢 CSS Code
\1F622 JS/JSON
\u1F622 Unix/C/PHP/JAVA
0x1F622 URL-encode
%F0%9F%98%A2 Customize Crying Face
Customize ๐ข, download it as SVG or PNG, or copy the generated HTML snippet.
๐ข
How to use Crying Face Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ข</span> HTML Code:
<span>😢</span> HEX Code:
<span>😢</span> Add with CSS
.crying-face::before {
content: '\\1F622';
} Set it in JavaScript
document.querySelector('.crying-face').textContent = '๐ข';