Latin Small Letter L With Acute

ĺ

Shortcodes

Copy and paste codes for Latin Small Letter L With Acute symbol ĺ to use in your websites, apps, blogs, and more.

Unicode
U+013A
HTML Code
ĺ
HEX Code
ĺ
CSS Code
\13A
JS/JSON
\u013A
Unix/C/PHP/JAVA
0x13A
URL-encode
%C4%BA
copied

Customize Latin Small Letter L With Acute Symbol

Customize ĺ symbol as you like and download Latin Small Letter L With Acute 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 add Latin Small Letter L With Acute symbol in HTML, CSS, and JS?

Insert ĺ Latin Small Letter L With Acute using HTML

1. Copy-paste Latin Small Letter L With Acute directly:
<span>ĺ</span>
2. HTML Decimal Code:
<span>&#314;</span>
3. Hexadecimal Code:
<span>&#x013A;</span>
Preview: ĺ

Add Latin Small Letter L With Acute symbol with CSS

.latin-small-letter-l-with-acute::before {
    content: '\\13A';
}
Preview: Latin Small Letter L With Acute

Latin Small Letter L With Acute JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-l-with-acute').textContent = 'ĺ';
2. Unicode Escape for ĺ:
document.querySelector('.latin-small-letter-l-with-acute').textContent = '\u013A';
Preview: ĺ