Vulgar Fraction One Eighth

Shortcodes

Copy and paste codes for Vulgar Fraction One Eighth symbol ⅛ to use in your websites, apps, blogs, and more.

Unicode
U+215B
HTML Code
⅛
HEX Code
⅛
CSS Code
\215B
JS/JSON
\u215B
Unix/C/PHP/JAVA
0x215B
URL-encode
%E2%85%9B
copied

Customize Vulgar Fraction One Eighth Symbol

Customize ⅛ symbol as you like and download Vulgar Fraction One Eighth 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 One Eighth symbol in HTML, CSS, and JS?

Insert ⅛ Vulgar Fraction One Eighth using HTML

1. Copy-paste Vulgar Fraction One Eighth directly:
<span>⅛</span>
2. HTML Decimal Code:
<span>&#8539;</span>
3. Hexadecimal Code:
<span>&#x215B;</span>
Preview:

Add Vulgar Fraction One Eighth symbol with CSS

.vulgar-fraction-one-eighth::before {
    content: '\\215B';
}
Preview: Vulgar Fraction One Eighth

Vulgar Fraction One Eighth JavaScript Code

1. Direct Symbol:
document.querySelector('.vulgar-fraction-one-eighth').textContent = '⅛';
2. Unicode Escape for ⅛:
document.querySelector('.vulgar-fraction-one-eighth').textContent = '\u215B';
Preview: