Small Roman Numeral Ten

Shortcodes

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

Unicode
U+2179
HTML Code
ⅹ
HEX Code
ⅹ
CSS Code
\2179
JS/JSON
\u2179
Unix/C/PHP/JAVA
0x2179
URL-encode
%E2%85%B9
copied

Customize Small Roman Numeral Ten Symbol

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

Insert ⅹ Small Roman Numeral Ten using HTML

1. Copy-paste Small Roman Numeral Ten directly:
<span>ⅹ</span>
2. HTML Decimal Code:
<span>&#8569;</span>
3. Hexadecimal Code:
<span>&#x2179;</span>
Preview:

Add Small Roman Numeral Ten symbol with CSS

.small-roman-numeral-ten::before {
    content: '\\2179';
}
Preview: Small Roman Numeral Ten

Small Roman Numeral Ten JavaScript Code

1. Direct Symbol:
document.querySelector('.small-roman-numeral-ten').textContent = 'ⅹ';
2. Unicode Escape for ⅹ:
document.querySelector('.small-roman-numeral-ten').textContent = '\u2179';
Preview: