Telephone Receiver With Page

๐Ÿ•ผ

Shortcodes

Copy useful codes for telephone receiver with page symbol ๐Ÿ•ผ to use in websites, apps, blogs, and docs.

Unicode
U+1F57C
HTML Code
🕼
HEX Code
🕼
CSS Code
\1F57C
JS/JSON
\u1F57C
Unix/C/PHP/JAVA
0x1F57C
URL-encode
%F0%9F%95%BC

Customize Telephone Receiver With Page

Customize ๐Ÿ•ผ, download it as SVG or PNG, or copy the generated HTML snippet.

๐Ÿ•ผ
  

How to use Telephone Receiver With Page Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿ•ผ</span>
HTML Code:
<span>&#128380;</span>
HEX Code:
<span>&#x1F57C;</span>

Add with CSS

.telephone-receiver-with-page::before {
  content: '\\1F57C';
}

Set it in JavaScript

document.querySelector('.telephone-receiver-with-page').textContent = '๐Ÿ•ผ';
copied