Squared Latin Capital Letter L

๐Ÿ„ป

Shortcodes

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

Unicode
U+1F13B
HTML Code
🄻
HEX Code
🄻
CSS Code
\1F13B
JS/JSON
\u1F13B
Unix/C/PHP/JAVA
0x1F13B
URL-encode
%F0%9F%84%BB
copied

Customize Squared Latin Capital Letter L Symbol

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

Insert ๐Ÿ„ป Squared Latin Capital Letter L using HTML

1. Copy-paste Squared Latin Capital Letter L directly:
<span>๐Ÿ„ป</span>
2. HTML Decimal Code:
<span>&#127291;</span>
3. Hexadecimal Code:
<span>&#x1F13B;</span>
Preview: ๐Ÿ„ป

Add Squared Latin Capital Letter L symbol with CSS

.squared-latin-capital-letter-l::before {
    content: '\\1F13B';
}
Preview: Squared Latin Capital Letter L

Squared Latin Capital Letter L JavaScript Code

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