Spiral Calendar Pad

๐Ÿ—“

Shortcodes

Copy and paste codes for Spiral Calendar Pad symbol ๐Ÿ—“ to use in your websites, apps, blogs, and more.

Unicode
U+1F5D3
HTML Code
🗓
HEX Code
🗓
CSS Code
\1F5D3
JS/JSON
\u1F5D3
Unix/C/PHP/JAVA
0x1F5D3
URL-encode
%F0%9F%97%93
copied

Customize Spiral Calendar Pad Symbol

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

Insert ๐Ÿ—“ Spiral Calendar Pad using HTML

1. Copy-paste Spiral Calendar Pad directly:
<span>๐Ÿ—“</span>
2. HTML Decimal Code:
<span>&#128467;</span>
3. Hexadecimal Code:
<span>&#x1F5D3;</span>
Preview: ๐Ÿ—“

Add Spiral Calendar Pad symbol with CSS

.spiral-calendar-pad::before {
    content: '\\1F5D3';
}
Preview: Spiral Calendar Pad

Spiral Calendar Pad JavaScript Code

1. Direct Symbol:
document.querySelector('.spiral-calendar-pad').textContent = '๐Ÿ—“';
2. Unicode Escape for ๐Ÿ—“:
document.querySelector('.spiral-calendar-pad').textContent = '\u1F5D3';
Preview: ๐Ÿ—“