Mathematical Bold Script Small L

๐“ต

Shortcodes

Copy and paste codes for Mathematical Bold Script Small L symbol ๐“ต to use in your websites, apps, blogs, and more.

Unicode
U+1D4F5
HTML Code
𝓵
HEX Code
𝓵
CSS Code
\1D4F5
JS/JSON
\u1D4F5
Unix/C/PHP/JAVA
0x1D4F5
URL-encode
%F0%9D%93%B5
copied

Customize Mathematical Bold Script Small L Symbol

Customize ๐“ต symbol as you like and download Mathematical Bold Script Small 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 Mathematical Bold Script Small L symbol in HTML, CSS, and JS?

Insert ๐“ต Mathematical Bold Script Small L using HTML

1. Copy-paste Mathematical Bold Script Small L directly:
<span>๐“ต</span>
2. HTML Decimal Code:
<span>&#120053;</span>
3. Hexadecimal Code:
<span>&#x1D4F5;</span>
Preview: ๐“ต

Add Mathematical Bold Script Small L symbol with CSS

.mathematical-bold-script-small-l::before {
    content: '\\1D4F5';
}
Preview: Mathematical Bold Script Small L

Mathematical Bold Script Small L JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-script-small-l').textContent = '๐“ต';
2. Unicode Escape for ๐“ต:
document.querySelector('.mathematical-bold-script-small-l').textContent = '\u1D4F5';
Preview: ๐“ต