Pager

๐Ÿ“Ÿ

Shortcodes

Copy and paste codes for Pager symbol ๐Ÿ“Ÿ to use in your websites, apps, blogs, and more.

Unicode
U+1F4DF
HTML Code
📟
HEX Code
📟
CSS Code
\1F4DF
JS/JSON
\u1F4DF
Unix/C/PHP/JAVA
0x1F4DF
URL-encode
%F0%9F%93%9F
copied

Customize Pager Symbol

Customize ๐Ÿ“Ÿ symbol as you like and download Pager 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 Pager symbol in HTML, CSS, and JS?

Insert ๐Ÿ“Ÿ Pager using HTML

1. Copy-paste Pager directly:
<span>๐Ÿ“Ÿ</span>
2. HTML Decimal Code:
<span>&#128223;</span>
3. Hexadecimal Code:
<span>&#x1F4DF;</span>
Preview: ๐Ÿ“Ÿ

Add Pager symbol with CSS

.pager::before {
    content: '\\1F4DF';
}
Preview: Pager

Pager JavaScript Code

1. Direct Symbol:
document.querySelector('.pager').textContent = '๐Ÿ“Ÿ';
2. Unicode Escape for ๐Ÿ“Ÿ:
document.querySelector('.pager').textContent = '\u1F4DF';
Preview: ๐Ÿ“Ÿ