Telescope
๐ญ
Shortcodes
Copy useful codes for telescope symbol ๐ญ to use in websites, apps, blogs, and docs.
Unicode
U+1F52D HTML Code
🔭 HEX Code
🔭 CSS Code
\1F52D JS/JSON
\u1F52D Unix/C/PHP/JAVA
0x1F52D URL-encode
%F0%9F%94%AD Customize Telescope
Customize ๐ญ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ญ
How to use Telescope 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
.telescope::before {
content: '\\1F52D';
} Set it in JavaScript
document.querySelector('.telescope').textContent = '๐ญ';