Vulgar Fraction Two Fifths

Shortcodes

Copy and paste codes for Vulgar Fraction Two Fifths symbol ⅖ to use in your websites, apps, blogs, and more.

Unicode
U+2156
HTML Code
⅖
HEX Code
⅖
CSS Code
\2156
JS/JSON
\u2156
Unix/C/PHP/JAVA
0x2156
URL-encode
%E2%85%96
copied

Customize Vulgar Fraction Two Fifths Symbol

Customize ⅖ symbol as you like and download Vulgar Fraction Two Fifths 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 Vulgar Fraction Two Fifths symbol in HTML, CSS, and JS?

Insert ⅖ Vulgar Fraction Two Fifths using HTML

1. Copy-paste Vulgar Fraction Two Fifths directly:
<span>⅖</span>
2. HTML Decimal Code:
<span>&#8534;</span>
3. Hexadecimal Code:
<span>&#x2156;</span>
Preview:

Add Vulgar Fraction Two Fifths symbol with CSS

.vulgar-fraction-two-fifths::before {
    content: '\\2156';
}
Preview: Vulgar Fraction Two Fifths

Vulgar Fraction Two Fifths JavaScript Code

1. Direct Symbol:
document.querySelector('.vulgar-fraction-two-fifths').textContent = '⅖';
2. Unicode Escape for ⅖:
document.querySelector('.vulgar-fraction-two-fifths').textContent = '\u2156';
Preview: