Latin Letter Small Capital V

Shortcodes

Copy and paste codes for Latin Letter Small Capital V symbol ᴠ to use in your websites, apps, blogs, and more.

Unicode
U+1D20
HTML Code
ᴠ
HEX Code
ᴠ
CSS Code
\1D20
JS/JSON
\u1D20
Unix/C/PHP/JAVA
0x1D20
URL-encode
%E1%B4%A0
copied

Customize Latin Letter Small Capital V Symbol

Customize ᴠ symbol as you like and download Latin Letter Small Capital V 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 Latin Letter Small Capital V symbol in HTML, CSS, and JS?

Insert ᴠ Latin Letter Small Capital V using HTML

1. Copy-paste Latin Letter Small Capital V directly:
<span>ᴠ</span>
2. HTML Decimal Code:
<span>&#7456;</span>
3. Hexadecimal Code:
<span>&#x1D20;</span>
Preview:

Add Latin Letter Small Capital V symbol with CSS

.latin-letter-small-capital-v::before {
    content: '\\1D20';
}
Preview: Latin Letter Small Capital V

Latin Letter Small Capital V JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-letter-small-capital-v').textContent = 'ᴠ';
2. Unicode Escape for ᴠ:
document.querySelector('.latin-letter-small-capital-v').textContent = '\u1D20';
Preview: