Input Symbol For Latin Small Letters

๐Ÿ”ก

Shortcodes

Copy and paste codes for Input Symbol For Latin Small Letters ๐Ÿ”ก to use in your websites, apps, blogs, and more.

Unicode
U+1F521
HTML Code
🔡
HEX Code
🔡
CSS Code
\1F521
JS/JSON
\u1F521
Unix/C/PHP/JAVA
0x1F521
URL-encode
%F0%9F%94%A1
copied

Customize Input Symbol For Latin Small Letters Symbol

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

Insert ๐Ÿ”ก Input Symbol For Latin Small Letters using HTML

1. Copy-paste Input Symbol For Latin Small Letters directly:
<span>๐Ÿ”ก</span>
2. HTML Decimal Code:
<span>&#128289;</span>
3. Hexadecimal Code:
<span>&#x1F521;</span>
Preview: ๐Ÿ”ก

Add Input Symbol For Latin Small Letters with CSS

.input-symbol-for-latin-small-letters::before {
    content: '\\1F521';
}
Preview: Input Symbol For Latin Small Letters

Input Symbol For Latin Small Letters JavaScript Code

1. Direct Symbol:
document.querySelector('.input-symbol-for-latin-small-letters').textContent = '๐Ÿ”ก';
2. Unicode Escape for ๐Ÿ”ก:
document.querySelector('.input-symbol-for-latin-small-letters').textContent = '\u1F521';
Preview: ๐Ÿ”ก