Squared Latin Capital Letter I

๐Ÿ„ธ

Shortcodes

Copy and paste codes for Squared Latin Capital Letter I symbol ๐Ÿ„ธ to use in your websites, apps, blogs, and more.

Unicode
U+1F138
HTML Code
🄸
HEX Code
🄸
CSS Code
\1F138
JS/JSON
\u1F138
Unix/C/PHP/JAVA
0x1F138
URL-encode
%F0%9F%84%B8
copied

Customize Squared Latin Capital Letter I Symbol

Customize ๐Ÿ„ธ symbol as you like and download Squared Latin Capital Letter I 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 Squared Latin Capital Letter I symbol in HTML, CSS, and JS?

Insert ๐Ÿ„ธ Squared Latin Capital Letter I using HTML

1. Copy-paste Squared Latin Capital Letter I directly:
<span>๐Ÿ„ธ</span>
2. HTML Decimal Code:
<span>&#127288;</span>
3. Hexadecimal Code:
<span>&#x1F138;</span>
Preview: ๐Ÿ„ธ

Add Squared Latin Capital Letter I symbol with CSS

.squared-latin-capital-letter-i::before {
    content: '\\1F138';
}
Preview: Squared Latin Capital Letter I

Squared Latin Capital Letter I JavaScript Code

1. Direct Symbol:
document.querySelector('.squared-latin-capital-letter-i').textContent = '๐Ÿ„ธ';
2. Unicode Escape for ๐Ÿ„ธ:
document.querySelector('.squared-latin-capital-letter-i').textContent = '\u1F138';
Preview: ๐Ÿ„ธ