Vulgar Fraction One Sixth

Shortcodes

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

Unicode
U+2159
HTML Code
⅙
HEX Code
⅙
CSS Code
\2159
JS/JSON
\u2159
Unix/C/PHP/JAVA
0x2159
URL-encode
%E2%85%99
copied

Customize Vulgar Fraction One Sixth Symbol

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

Insert ⅙ Vulgar Fraction One Sixth using HTML

1. Copy-paste Vulgar Fraction One Sixth directly:
<span>⅙</span>
2. HTML Decimal Code:
<span>&#8537;</span>
3. Hexadecimal Code:
<span>&#x2159;</span>
Preview:

Add Vulgar Fraction One Sixth symbol with CSS

.vulgar-fraction-one-sixth::before {
    content: '\\2159';
}
Preview: Vulgar Fraction One Sixth

Vulgar Fraction One Sixth JavaScript Code

1. Direct Symbol:
document.querySelector('.vulgar-fraction-one-sixth').textContent = '⅙';
2. Unicode Escape for ⅙:
document.querySelector('.vulgar-fraction-one-sixth').textContent = '\u2159';
Preview: