Latin Capital Letter L With Acute

Ĺ

Shortcodes

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

Unicode
U+0139
HTML Code
Ĺ
HEX Code
Ĺ
CSS Code
\139
JS/JSON
\u0139
Unix/C/PHP/JAVA
0x139
URL-encode
%C4%B9
copied

Customize Latin Capital Letter L With Acute Symbol

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

Insert Ĺ Latin Capital Letter L With Acute using HTML

1. Copy-paste Latin Capital Letter L With Acute directly:
<span>Ĺ</span>
2. HTML Decimal Code:
<span>&#313;</span>
3. Hexadecimal Code:
<span>&#x0139;</span>
Preview: Ĺ

Add Latin Capital Letter L With Acute symbol with CSS

.latin-capital-letter-l-with-acute::before {
    content: '\\139';
}
Preview: Latin Capital Letter L With Acute

Latin Capital Letter L With Acute JavaScript Code

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