Mathematical Bold Script Small L
๐ต
Shortcodes
Copy useful codes for mathematical bold script small l symbol ๐ต to use in websites, apps, blogs, and docs.
Unicode
U+1D4F5 HTML Code
𝓵 HEX Code
𝓵 CSS Code
\1D4F5 JS/JSON
\u1D4F5 Unix/C/PHP/JAVA
0x1D4F5 URL-encode
%F0%9D%93%B5 Customize Mathematical Bold Script Small L
Customize ๐ต, download it as SVG or PNG, or copy the generated HTML snippet.
๐ต
How to use Mathematical Bold Script 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-script-small-l::before {
content: '\\1D4F5';
} Set it in JavaScript
document.querySelector('.mathematical-bold-script-small-l').textContent = '๐ต';