HTML Entity/Symbolľ(LATIN SMALL LETTER L WITH CARON )

ľ
Copy this symbol

LATIN SMALL LETTER L WITH CARON

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

ľ
ľ
U+0013E
\013e
ľ

HTML Examples

Using HTML Code value in HTML file

<span> &#318; </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: "\013e";
}
All HTML Symbols