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