Face With Monocle
๐ง
Shortcodes
Copy useful codes for face with monocle symbol ๐ง to use in websites, apps, blogs, and docs.
Unicode
U+1F9D0 HTML Code
🧐 HEX Code
🧐 CSS Code
\1F9D0 JS/JSON
\u1F9D0 Unix/C/PHP/JAVA
0x1F9D0 URL-encode
%F0%9F%A7%90 Customize Face With Monocle
Customize ๐ง, download it as SVG or PNG, or copy the generated HTML snippet.
๐ง
How to use Face With Monocle 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
.face-with-monocle::before {
content: '\\1F9D0';
} Set it in JavaScript
document.querySelector('.face-with-monocle').textContent = '๐ง';