Mathematical Monospace Small L

๐š•

Shortcodes

Copy and paste codes for Mathematical Monospace Small L symbol ๐š• to use in your websites, apps, blogs, and more.

Unicode
U+1D695
HTML Code
𝚕
HEX Code
𝚕
CSS Code
\1D695
JS/JSON
\u1D695
Unix/C/PHP/JAVA
0x1D695
URL-encode
%F0%9D%9A%95
copied

Customize Mathematical Monospace Small L Symbol

Customize ๐š• symbol as you like and download Mathematical Monospace Small L as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐š•

                        
                    

How to add Mathematical Monospace Small L symbol in HTML, CSS, and JS?

Insert ๐š• Mathematical Monospace Small L using HTML

1. Copy-paste Mathematical Monospace Small L directly:
<span>๐š•</span>
2. HTML Decimal Code:
<span>&#120469;</span>
3. Hexadecimal Code:
<span>&#x1D695;</span>
Preview: ๐š•

Add Mathematical Monospace Small L symbol with CSS

.mathematical-monospace-small-l::before {
    content: '\\1D695';
}
Preview: Mathematical Monospace Small L

Mathematical Monospace Small L JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-monospace-small-l').textContent = '๐š•';
2. Unicode Escape for ๐š•:
document.querySelector('.mathematical-monospace-small-l').textContent = '\u1D695';
Preview: ๐š•