Latin Small Letter L With Middle Dot

ŀ

Shortcodes

Copy and paste codes for Latin Small Letter L With Middle Dot symbol ŀ to use in your websites, apps, blogs, and more.

Unicode
U+0140
HTML Code
ŀ
HEX Code
ŀ
CSS Code
\140
JS/JSON
\u0140
Unix/C/PHP/JAVA
0x140
URL-encode
%C5%80
copied

Customize Latin Small Letter L With Middle Dot Symbol

Customize ŀ symbol as you like and download Latin Small Letter L With Middle Dot 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 Latin Small Letter L With Middle Dot symbol in HTML, CSS, and JS?

Insert ŀ Latin Small Letter L With Middle Dot using HTML

1. Copy-paste Latin Small Letter L With Middle Dot directly:
<span>ŀ</span>
2. HTML Decimal Code:
<span>&#320;</span>
3. Hexadecimal Code:
<span>&#x0140;</span>
Preview: ŀ

Add Latin Small Letter L With Middle Dot symbol with CSS

.latin-small-letter-l-with-middle-dot::before {
    content: '\\140';
}
Preview: Latin Small Letter L With Middle Dot

Latin Small Letter L With Middle Dot JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-l-with-middle-dot').textContent = 'ŀ';
2. Unicode Escape for ŀ:
document.querySelector('.latin-small-letter-l-with-middle-dot').textContent = '\u0140';
Preview: ŀ