Input Symbol For Numbers
๐ข
Shortcodes
Copy useful codes for input symbol for numbers ๐ข to use in websites, apps, blogs, and docs.
Unicode
U+1F522 HTML Code
🔢 HEX Code
🔢 CSS Code
\1F522 JS/JSON
\u1F522 Unix/C/PHP/JAVA
0x1F522 URL-encode
%F0%9F%94%A2 Customize Input Symbol For Numbers
Customize ๐ข, download it as SVG or PNG, or copy the generated HTML snippet.
๐ข
How to use Input Symbol For Numbers in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ข</span> HTML Code:
<span>🔢</span> HEX Code:
<span>🔢</span> Add with CSS
.input-symbol-for-numbers::before {
content: '\\1F522';
} Set it in JavaScript
document.querySelector('.input-symbol-for-numbers').textContent = '๐ข';