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