Mathematical Bold Script Small L

๐“ต

Shortcodes

Copy useful codes for mathematical bold script small l symbol ๐“ต to use in websites, apps, blogs, and docs.

Unicode
U+1D4F5
HTML Code
𝓵
HEX Code
𝓵
CSS Code
\1D4F5
JS/JSON
\u1D4F5
Unix/C/PHP/JAVA
0x1D4F5
URL-encode
%F0%9D%93%B5

Customize Mathematical Bold Script Small L

Customize ๐“ต, download it as SVG or PNG, or copy the generated HTML snippet.

๐“ต
  

How to use Mathematical Bold Script Small L Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐“ต</span>
HTML Code:
<span>&#120053;</span>
HEX Code:
<span>&#x1D4F5;</span>

Add with CSS

.mathematical-bold-script-small-l::before {
  content: '\\1D4F5';
}

Set it in JavaScript

document.querySelector('.mathematical-bold-script-small-l').textContent = '๐“ต';
copied