Input Symbol For Numbers

๐Ÿ”ข

Shortcodes

Copy and paste codes for Input Symbol For Numbers ๐Ÿ”ข to use in your websites, apps, blogs, and more.

Unicode
U+1F522
HTML Code
🔢
HEX Code
🔢
CSS Code
\1F522
JS/JSON
\u1F522
Unix/C/PHP/JAVA
0x1F522
URL-encode
%F0%9F%94%A2
copied

Customize Input Symbol For Numbers Symbol

Customize ๐Ÿ”ข symbol as you like and download Input Symbol For Numbers 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 Input Symbol For Numbers in HTML, CSS, and JS?

Insert ๐Ÿ”ข Input Symbol For Numbers using HTML

1. Copy-paste Input Symbol For Numbers directly:
<span>๐Ÿ”ข</span>
2. HTML Decimal Code:
<span>&#128290;</span>
3. Hexadecimal Code:
<span>&#x1F522;</span>
Preview: ๐Ÿ”ข

Add Input Symbol For Numbers with CSS

.input-symbol-for-numbers::before {
    content: '\\1F522';
}
Preview: Input Symbol For Numbers

Input Symbol For Numbers JavaScript Code

1. Direct Symbol:
document.querySelector('.input-symbol-for-numbers').textContent = '๐Ÿ”ข';
2. Unicode Escape for ๐Ÿ”ข:
document.querySelector('.input-symbol-for-numbers').textContent = '\u1F522';
Preview: ๐Ÿ”ข