Small Roman Numeral Seven

Shortcodes

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

Unicode
U+2176
HTML Code
ⅶ
HEX Code
ⅶ
CSS Code
\2176
JS/JSON
\u2176
Unix/C/PHP/JAVA
0x2176
URL-encode
%E2%85%B6
copied

Customize Small Roman Numeral Seven Symbol

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

Insert ⅶ Small Roman Numeral Seven using HTML

1. Copy-paste Small Roman Numeral Seven directly:
<span>ⅶ</span>
2. HTML Decimal Code:
<span>&#8566;</span>
3. Hexadecimal Code:
<span>&#x2176;</span>
Preview:

Add Small Roman Numeral Seven symbol with CSS

.small-roman-numeral-seven::before {
    content: '\\2176';
}
Preview: Small Roman Numeral Seven

Small Roman Numeral Seven JavaScript Code

1. Direct Symbol:
document.querySelector('.small-roman-numeral-seven').textContent = 'ⅶ';
2. Unicode Escape for ⅶ:
document.querySelector('.small-roman-numeral-seven').textContent = '\u2176';
Preview: