Vulgar Fraction Seven Eighths

Shortcodes

Copy and paste codes for Vulgar Fraction Seven Eighths symbol ⅞ to use in your websites, apps, blogs, and more.

Unicode
U+215E
HTML Code
⅞
HEX Code
⅞
CSS Code
\215E
JS/JSON
\u215E
Unix/C/PHP/JAVA
0x215E
URL-encode
%E2%85%9E
copied

Customize Vulgar Fraction Seven Eighths Symbol

Customize ⅞ symbol as you like and download Vulgar Fraction Seven Eighths 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 Seven Eighths symbol in HTML, CSS, and JS?

Insert ⅞ Vulgar Fraction Seven Eighths using HTML

1. Copy-paste Vulgar Fraction Seven Eighths directly:
<span>⅞</span>
2. HTML Decimal Code:
<span>&#8542;</span>
3. Hexadecimal Code:
<span>&#x215E;</span>
Preview:

Add Vulgar Fraction Seven Eighths symbol with CSS

.vulgar-fraction-seven-eighths::before {
    content: '\\215E';
}
Preview: Vulgar Fraction Seven Eighths

Vulgar Fraction Seven Eighths JavaScript Code

1. Direct Symbol:
document.querySelector('.vulgar-fraction-seven-eighths').textContent = '⅞';
2. Unicode Escape for ⅞:
document.querySelector('.vulgar-fraction-seven-eighths').textContent = '\u215E';
Preview: