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>&#128381;</span>
HEX Code:
<span>&#x1F57D;</span>

Add with CSS

.right-hand-telephone-receiver::before {
  content: '\\1F57D';
}

Set it in JavaScript

document.querySelector('.right-hand-telephone-receiver').textContent = '๐Ÿ•ฝ';
copied