Vulgar Fraction Five Eighths

Shortcodes

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

Unicode
U+215D
HTML Code
⅝
HEX Code
⅝
CSS Code
\215D
JS/JSON
\u215D
Unix/C/PHP/JAVA
0x215D
URL-encode
%E2%85%9D
copied

Customize Vulgar Fraction Five Eighths Symbol

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

Insert ⅝ Vulgar Fraction Five Eighths using HTML

1. Copy-paste Vulgar Fraction Five Eighths directly:
<span>⅝</span>
2. HTML Decimal Code:
<span>&#8541;</span>
3. Hexadecimal Code:
<span>&#x215D;</span>
Preview:

Add Vulgar Fraction Five Eighths symbol with CSS

.vulgar-fraction-five-eighths::before {
    content: '\\215D';
}
Preview: Vulgar Fraction Five Eighths

Vulgar Fraction Five Eighths JavaScript Code

1. Direct Symbol:
document.querySelector('.vulgar-fraction-five-eighths').textContent = '⅝';
2. Unicode Escape for ⅝:
document.querySelector('.vulgar-fraction-five-eighths').textContent = '\u215D';
Preview: