Roman Numeral Fifty

Shortcodes

Copy and paste codes for Roman Numeral Fifty symbol Ⅼ to use in your websites, apps, blogs, and more.

Unicode
U+216C
HTML Code
Ⅼ
HEX Code
Ⅼ
CSS Code
\216C
JS/JSON
\u216C
Unix/C/PHP/JAVA
0x216C
URL-encode
%E2%85%AC
copied

Customize Roman Numeral Fifty Symbol

Customize Ⅼ symbol as you like and download Roman Numeral Fifty 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 Roman Numeral Fifty symbol in HTML, CSS, and JS?

Insert Ⅼ Roman Numeral Fifty using HTML

1. Copy-paste Roman Numeral Fifty directly:
<span>Ⅼ</span>
2. HTML Decimal Code:
<span>&#8556;</span>
3. Hexadecimal Code:
<span>&#x216C;</span>
Preview:

Add Roman Numeral Fifty symbol with CSS

.roman-numeral-fifty::before {
    content: '\\216C';
}
Preview: Roman Numeral Fifty

Roman Numeral Fifty JavaScript Code

1. Direct Symbol:
document.querySelector('.roman-numeral-fifty').textContent = 'Ⅼ';
2. Unicode Escape for Ⅼ:
document.querySelector('.roman-numeral-fifty').textContent = '\u216C';
Preview: