Timer Clock
⏲
Shortcodes
Copy and paste codes for Timer Clock symbol ⏲ to use in your websites, apps, blogs, and more.
Unicode
U+23F2
HTML Code
⏲
HEX Code
⏲
CSS Code
\23F2
JS/JSON
\u23F2
Unix/C/PHP/JAVA
0x23F2
URL-encode
%E2%8F%B2
copied
Customize Timer Clock Symbol
Customize ⏲ symbol as you like and download Timer Clock 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 Timer Clock symbol in HTML, CSS, and JS?
Insert ⏲ Timer Clock using HTML
1. Copy-paste Timer Clock directly:
<span>⏲</span>
2. HTML Decimal Code:
<span>⏲</span>
3. Hexadecimal Code:
<span>⏲</span>
Preview: ⏲
Add Timer Clock symbol with CSS
.timer-clock::before {
content: '\\23F2';
}
Preview: Timer Clock
Timer Clock JavaScript Code
1. Direct Symbol:
document.querySelector('.timer-clock').textContent = '⏲';
2. Unicode Escape for ⏲:
document.querySelector('.timer-clock').textContent = '\u23F2';
Preview: ⏲