Page Facing Up

๐Ÿ“„

Shortcodes

Copy and paste codes for Page Facing Up symbol ๐Ÿ“„ to use in your websites, apps, blogs, and more.

Unicode
U+1F4C4
HTML Code
📄
HEX Code
📄
CSS Code
\1F4C4
JS/JSON
\u1F4C4
Unix/C/PHP/JAVA
0x1F4C4
URL-encode
%F0%9F%93%84
copied

Customize Page Facing Up Symbol

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

Insert ๐Ÿ“„ Page Facing Up using HTML

1. Copy-paste Page Facing Up directly:
<span>๐Ÿ“„</span>
2. HTML Decimal Code:
<span>&#128196;</span>
3. Hexadecimal Code:
<span>&#x1F4C4;</span>
Preview: ๐Ÿ“„

Add Page Facing Up symbol with CSS

.page-facing-up::before {
    content: '\\1F4C4';
}
Preview: Page Facing Up

Page Facing Up JavaScript Code

1. Direct Symbol:
document.querySelector('.page-facing-up').textContent = '๐Ÿ“„';
2. Unicode Escape for ๐Ÿ“„:
document.querySelector('.page-facing-up').textContent = '\u1F4C4';
Preview: ๐Ÿ“„