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