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