Hourglass With Flowing Sand

Shortcodes

Copy and paste codes for Hourglass With Flowing Sand symbol ⏳ to use in your websites, apps, blogs, and more.

Unicode
U+23F3
HTML Code
⏳
HEX Code
⏳
CSS Code
\23F3
JS/JSON
\u23F3
Unix/C/PHP/JAVA
0x23F3
URL-encode
%E2%8F%B3
copied

Customize Hourglass With Flowing Sand Symbol

Customize ⏳ symbol as you like and download Hourglass With Flowing Sand 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 Hourglass With Flowing Sand symbol in HTML, CSS, and JS?

Insert ⏳ Hourglass With Flowing Sand using HTML

1. Copy-paste Hourglass With Flowing Sand directly:
<span>⏳</span>
2. HTML Decimal Code:
<span>&#9203;</span>
3. Hexadecimal Code:
<span>&#x23F3;</span>
Preview:

Add Hourglass With Flowing Sand symbol with CSS

.hourglass-with-flowing-sand::before {
    content: '\\23F3';
}
Preview: Hourglass With Flowing Sand

Hourglass With Flowing Sand JavaScript Code

1. Direct Symbol:
document.querySelector('.hourglass-with-flowing-sand').textContent = '⏳';
2. Unicode Escape for ⏳:
document.querySelector('.hourglass-with-flowing-sand').textContent = '\u23F3';
Preview: