Latin Capital Letter L With Caron

Ľ

Shortcodes

Copy and paste codes for Latin Capital Letter L With Caron symbol Ľ to use in your websites, apps, blogs, and more.

Unicode
U+013D
HTML Code
Ľ
HEX Code
Ľ
CSS Code
\13D
JS/JSON
\u013D
Unix/C/PHP/JAVA
0x13D
URL-encode
%C4%BD
copied

Customize Ľ Symbol

Customize Ľ symbol as you like and download Latin Capital Letter L With Caron 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 type Latin Capital Letter L With Caron symbol Ľ ?

  • You can try inserting Latin Capital Letter L With Caron symbol using these system tools:
    • Mac Character Viewer (Control + Command + Space)
    • Windows Emoji/Symbol Picker (Win + .)
    • Windows Character Map (charmap.exe)
  • Note: These tools may not include all Unicode symbols
  • Copy and paste the Ľ symbol directly from this website.
  • Use provided codes for Latin Capital Letter L With Caron symbol where they are supported.

How to add Latin Capital Letter L With Caron symbol in HTML, CSS, and JS?

HTML Methods:

1. Direct Symbol:
<span>Ľ</span>
2. HTML Decimal Code:
<span>&#317;</span>
3. Hexadecimal Code:
<span>&#x013D;</span>
Preview: Ľ

CSS Method:

.symbol::before {
    content: '\\13D';
}
Preview: Symbol

JavaScript Methods:

1. Direct Symbol:
document.querySelector('.symbol').textContent = 'Ľ';
2. Unicode Escape:
document.querySelector('.symbol').textContent = '\u013D';
Preview: Ľ