Mathematical Sans-serif Italic Small L
๐ญ
Shortcodes
Copy useful codes for mathematical sans-serif italic small l symbol ๐ญ to use in websites, apps, blogs, and docs.
Unicode
U+1D62D HTML Code
𝘭 HEX Code
𝘭 CSS Code
\1D62D JS/JSON
\u1D62D Unix/C/PHP/JAVA
0x1D62D URL-encode
%F0%9D%98%AD Customize Mathematical Sans-serif Italic Small L
Customize ๐ญ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ญ
How to use Mathematical Sans-serif Italic 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-sans-serif-italic-small-l::before {
content: '\\1D62D';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-italic-small-l').textContent = '๐ญ';