HTML Entity/Symbolļ(LATIN SMALL LETTER L WITH CEDILLA )

ļ
Copy this symbol

LATIN SMALL LETTER L WITH CEDILLA

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

ļ
ļ
U+0013C
\013c
ļ

HTML Examples

Using HTML Code value in HTML file

<span> &#316; </span>

Using HTML Entity value in HTML file

<span> &lcedil; </span>

CSS Example

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

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