HTML Entity/SymbolĽ(LATIN CAPITAL LETTER L WITH CARON )

Ľ
Copy this symbol

LATIN CAPITAL LETTER L WITH CARON

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

Ľ
Ľ
U+0013D
\013d
Ľ

HTML Examples

Using HTML Code value in HTML file

<span> &#317; </span>

Using HTML Entity value in HTML file

<span> &Lcaron; </span>

CSS Example

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

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