Mathematical Bold Small L

๐ฅ

Shortcodes

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

Unicode
U+1D425
HTML Code
𝐥
HEX Code
𝐥
CSS Code
\1D425
JS/JSON
\u1D425
Unix/C/PHP/JAVA
0x1D425
URL-encode
%F0%9D%90%A5
copied

Customize Mathematical Bold Small L Symbol

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

Insert ๐ฅ Mathematical Bold Small L using HTML

1. Copy-paste Mathematical Bold Small L directly:
<span>๐ฅ</span>
2. HTML Decimal Code:
<span>&#119845;</span>
3. Hexadecimal Code:
<span>&#x1D425;</span>
Preview: ๐ฅ

Add Mathematical Bold Small L symbol with CSS

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

Mathematical Bold Small L JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-small-l').textContent = '๐ฅ';
2. Unicode Escape for ๐ฅ:
document.querySelector('.mathematical-bold-small-l').textContent = '\u1D425';
Preview: ๐ฅ