Small Roman Numeral Nine

Shortcodes

Copy and paste codes for Small Roman Numeral Nine symbol ⅸ to use in your websites, apps, blogs, and more.

Unicode
U+2178
HTML Code
ⅸ
HEX Code
ⅸ
CSS Code
\2178
JS/JSON
\u2178
Unix/C/PHP/JAVA
0x2178
URL-encode
%E2%85%B8
copied

Customize Small Roman Numeral Nine Symbol

Customize ⅸ symbol as you like and download Small Roman Numeral Nine 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 Small Roman Numeral Nine symbol in HTML, CSS, and JS?

Insert ⅸ Small Roman Numeral Nine using HTML

1. Copy-paste Small Roman Numeral Nine directly:
<span>ⅸ</span>
2. HTML Decimal Code:
<span>&#8568;</span>
3. Hexadecimal Code:
<span>&#x2178;</span>
Preview:

Add Small Roman Numeral Nine symbol with CSS

.small-roman-numeral-nine::before {
    content: '\\2178';
}
Preview: Small Roman Numeral Nine

Small Roman Numeral Nine JavaScript Code

1. Direct Symbol:
document.querySelector('.small-roman-numeral-nine').textContent = 'ⅸ';
2. Unicode Escape for ⅸ:
document.querySelector('.small-roman-numeral-nine').textContent = '\u2178';
Preview: