Reversed Sans-serif Capital L
⅃
Shortcodes
Copy useful codes for reversed sans-serif capital l symbol ⅃ to use in websites, apps, blogs, and docs.
Unicode
U+2143 HTML Code
⅃ HEX Code
⅃ CSS Code
\2143 JS/JSON
\u2143 Unix/C/PHP/JAVA
0x2143 URL-encode
%E2%85%83 Customize Reversed Sans-serif Capital L
Customize ⅃, download it as SVG or PNG, or copy the generated HTML snippet.
⅃
How to use Reversed Sans-serif Capital L Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>⅃</span> HTML Code:
<span>⅃</span> HEX Code:
<span>⅃</span> Add with CSS
.reversed-sans-serif-capital-l::before {
content: '\\2143';
} Set it in JavaScript
document.querySelector('.reversed-sans-serif-capital-l').textContent = '⅃';