Vulgar Fraction One Ninth

Shortcodes

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

Unicode
U+2151
HTML Code
⅑
HEX Code
⅑
CSS Code
\2151
JS/JSON
\u2151
Unix/C/PHP/JAVA
0x2151
URL-encode
%E2%85%91
copied

Customize Vulgar Fraction One Ninth Symbol

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

Insert ⅑ Vulgar Fraction One Ninth using HTML

1. Copy-paste Vulgar Fraction One Ninth directly:
<span>⅑</span>
2. HTML Decimal Code:
<span>&#8529;</span>
3. Hexadecimal Code:
<span>&#x2151;</span>
Preview:

Add Vulgar Fraction One Ninth symbol with CSS

.vulgar-fraction-one-ninth::before {
    content: '\\2151';
}
Preview: Vulgar Fraction One Ninth

Vulgar Fraction One Ninth JavaScript Code

1. Direct Symbol:
document.querySelector('.vulgar-fraction-one-ninth').textContent = '⅑';
2. Unicode Escape for ⅑:
document.querySelector('.vulgar-fraction-one-ninth').textContent = '\u2151';
Preview: