Latin Letter Small Capital V
ᴠ
Shortcodes
Copy useful codes for latin letter small capital v symbol ᴠ to use in websites, apps, blogs, and docs.
Unicode
U+1D20 HTML Code
ᴠ HEX Code
ᴠ CSS Code
\1D20 JS/JSON
\u1D20 Unix/C/PHP/JAVA
0x1D20 URL-encode
%E1%B4%A0 Customize Latin Letter Small Capital V
Customize ᴠ, download it as SVG or PNG, or copy the generated HTML snippet.
ᴠ
How to use Latin Letter Small Capital V Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ᴠ</span> HTML Code:
<span>ᴠ</span> HEX Code:
<span>ᴠ</span> Add with CSS
.latin-letter-small-capital-v::before {
content: '\\1D20';
} Set it in JavaScript
document.querySelector('.latin-letter-small-capital-v').textContent = 'ᴠ';