Right-pointing Magnifying Glass

๐Ÿ”Ž

Shortcodes

Copy and paste codes for Right-pointing Magnifying Glass symbol ๐Ÿ”Ž to use in your websites, apps, blogs, and more.

Unicode
U+1F50E
HTML Code
🔎
HEX Code
🔎
CSS Code
\1F50E
JS/JSON
\u1F50E
Unix/C/PHP/JAVA
0x1F50E
URL-encode
%F0%9F%94%8E
copied

Customize Right-pointing Magnifying Glass Symbol

Customize ๐Ÿ”Ž symbol as you like and download Right-pointing Magnifying Glass 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 Right-pointing Magnifying Glass symbol in HTML, CSS, and JS?

Insert ๐Ÿ”Ž Right-pointing Magnifying Glass using HTML

1. Copy-paste Right-pointing Magnifying Glass directly:
<span>๐Ÿ”Ž</span>
2. HTML Decimal Code:
<span>&#128270;</span>
3. Hexadecimal Code:
<span>&#x1F50E;</span>
Preview: ๐Ÿ”Ž

Add Right-pointing Magnifying Glass symbol with CSS

.right-pointing-magnifying-glass::before {
    content: '\\1F50E';
}
Preview: Right-pointing Magnifying Glass

Right-pointing Magnifying Glass JavaScript Code

1. Direct Symbol:
document.querySelector('.right-pointing-magnifying-glass').textContent = '๐Ÿ”Ž';
2. Unicode Escape for ๐Ÿ”Ž:
document.querySelector('.right-pointing-magnifying-glass').textContent = '\u1F50E';
Preview: ๐Ÿ”Ž