Mathematical Bold Small L
๐ฅ
Shortcodes
Copy useful codes for mathematical bold small l symbol ๐ฅ to use in websites, apps, blogs, and docs.
Unicode
U+1D425 HTML Code
𝐥 HEX Code
𝐥 CSS Code
\1D425 JS/JSON
\u1D425 Unix/C/PHP/JAVA
0x1D425 URL-encode
%F0%9D%90%A5 Customize Mathematical Bold Small L
Customize ๐ฅ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฅ
How to use Mathematical Bold Small L Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ฅ</span> HTML Code:
<span>𝐥</span> HEX Code:
<span>𝐥</span> Add with CSS
.mathematical-bold-small-l::before {
content: '\\1D425';
} Set it in JavaScript
document.querySelector('.mathematical-bold-small-l').textContent = '๐ฅ';