HTML Entity/SymbolĿ(LATIN CAPITAL LETTER L WITH MIDDLE DOT )

Ŀ
Copy this symbol

LATIN CAPITAL LETTER L WITH MIDDLE DOT

Click on any of the following code values to copy to clipboard.

Ŀ
Ŀ
U+0013F
\013f
Ŀ

HTML Examples

Using HTML Code value in HTML file

<span> &#319; </span>

Using HTML Entity value in HTML file

<span> &Lmidot; </span>

CSS Example

Using CSS content code of the HTML entity &Lmidot; to specify in a CSS file

span { 
    content: "\013f";
}
All HTML Symbols