Right Hand Telephone Receiver
๐ฝ
Shortcodes
Copy useful codes for right hand telephone receiver symbol ๐ฝ to use in websites, apps, blogs, and docs.
Unicode
U+1F57D HTML Code
🕽 HEX Code
🕽 CSS Code
\1F57D JS/JSON
\u1F57D Unix/C/PHP/JAVA
0x1F57D URL-encode
%F0%9F%95%BD Customize Right Hand Telephone Receiver
Customize ๐ฝ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฝ
How to use Right Hand Telephone Receiver 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
.right-hand-telephone-receiver::before {
content: '\\1F57D';
} Set it in JavaScript
document.querySelector('.right-hand-telephone-receiver').textContent = '๐ฝ';