Persevering Face
๐ฃ
Shortcodes
Copy useful codes for persevering face symbol ๐ฃ to use in websites, apps, blogs, and docs.
Unicode
U+1F623 HTML Code
😣 HEX Code
😣 CSS Code
\1F623 JS/JSON
\u1F623 Unix/C/PHP/JAVA
0x1F623 URL-encode
%F0%9F%98%A3 Customize Persevering Face
Customize ๐ฃ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฃ
How to use Persevering 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
.persevering-face::before {
content: '\\1F623';
} Set it in JavaScript
document.querySelector('.persevering-face').textContent = '๐ฃ';