Rolled-up Newspaper

๐Ÿ—ž

Shortcodes

Copy useful codes for rolled-up newspaper symbol ๐Ÿ—ž to use in websites, apps, blogs, and docs.

Unicode
U+1F5DE
HTML Code
🗞
HEX Code
🗞
CSS Code
\1F5DE
JS/JSON
\u1F5DE
Unix/C/PHP/JAVA
0x1F5DE
URL-encode
%F0%9F%97%9E

Customize Rolled-up Newspaper

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

๐Ÿ—ž
  

How to use Rolled-up Newspaper Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿ—ž</span>
HTML Code:
<span>&#128478;</span>
HEX Code:
<span>&#x1F5DE;</span>

Add with CSS

.rolled-up-newspaper::before {
  content: '\\1F5DE';
}

Set it in JavaScript

document.querySelector('.rolled-up-newspaper').textContent = '๐Ÿ—ž';
copied