Left Hand Telephone Receiver

๐Ÿ•ป

Shortcodes

Copy and paste codes for Left Hand Telephone Receiver symbol ๐Ÿ•ป to use in your websites, apps, blogs, and more.

Unicode
U+1F57B
HTML Code
🕻
HEX Code
🕻
CSS Code
\1F57B
JS/JSON
\u1F57B
Unix/C/PHP/JAVA
0x1F57B
URL-encode
%F0%9F%95%BB
copied

Customize Left Hand Telephone Receiver Symbol

Customize ๐Ÿ•ป symbol as you like and download Left Hand Telephone Receiver 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 Left Hand Telephone Receiver symbol in HTML, CSS, and JS?

Insert ๐Ÿ•ป Left Hand Telephone Receiver using HTML

1. Copy-paste Left Hand Telephone Receiver directly:
<span>๐Ÿ•ป</span>
2. HTML Decimal Code:
<span>&#128379;</span>
3. Hexadecimal Code:
<span>&#x1F57B;</span>
Preview: ๐Ÿ•ป

Add Left Hand Telephone Receiver symbol with CSS

.left-hand-telephone-receiver::before {
    content: '\\1F57B';
}
Preview: Left Hand Telephone Receiver

Left Hand Telephone Receiver JavaScript Code

1. Direct Symbol:
document.querySelector('.left-hand-telephone-receiver').textContent = '๐Ÿ•ป';
2. Unicode Escape for ๐Ÿ•ป:
document.querySelector('.left-hand-telephone-receiver').textContent = '\u1F57B';
Preview: ๐Ÿ•ป