Clock Face Eleven Oclock
๐
Shortcodes
Copy useful codes for clock face eleven oclock symbol ๐ to use in websites, apps, blogs, and docs.
Unicode
U+1F55A HTML Code
🕚 HEX Code
🕚 CSS Code
\1F55A JS/JSON
\u1F55A Unix/C/PHP/JAVA
0x1F55A URL-encode
%F0%9F%95%9A Customize Clock Face Eleven Oclock
Customize ๐, download it as SVG or PNG, or copy the generated HTML snippet.
๐
How to use Clock Face Eleven Oclock Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐</span> HTML Code:
<span>🕚</span> HEX Code:
<span>🕚</span> Add with CSS
.clock-face-eleven-oclock::before {
content: '\\1F55A';
} Set it in JavaScript
document.querySelector('.clock-face-eleven-oclock').textContent = '๐';