Worried Face

๐Ÿ˜Ÿ

Shortcodes

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

Unicode
U+1F61F
HTML Code
😟
HEX Code
😟
CSS Code
\1F61F
JS/JSON
\u1F61F
Unix/C/PHP/JAVA
0x1F61F
URL-encode
%F0%9F%98%9F
copied

Customize Worried Face Symbol

Customize ๐Ÿ˜Ÿ symbol as you like and download Worried 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 Worried Face symbol in HTML, CSS, and JS?

Insert ๐Ÿ˜Ÿ Worried Face using HTML

1. Copy-paste Worried Face directly:
<span>๐Ÿ˜Ÿ</span>
2. HTML Decimal Code:
<span>&#128543;</span>
3. Hexadecimal Code:
<span>&#x1F61F;</span>
Preview: ๐Ÿ˜Ÿ

Add Worried Face symbol with CSS

.worried-face::before {
    content: '\\1F61F';
}
Preview: Worried Face

Worried Face JavaScript Code

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