Modifier Letter Small V
ᵛ
Shortcodes
Copy useful codes for modifier letter small v symbol ᵛ to use in websites, apps, blogs, and docs.
Unicode
U+1D5B HTML Code
ᵛ HEX Code
ᵛ CSS Code
\1D5B JS/JSON
\u1D5B Unix/C/PHP/JAVA
0x1D5B URL-encode
%E1%B5%9B Customize Modifier Letter Small V
Customize ᵛ, download it as SVG or PNG, or copy the generated HTML snippet.
ᵛ
How to use Modifier Letter Small 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
.modifier-letter-small-v::before {
content: '\\1D5B';
} Set it in JavaScript
document.querySelector('.modifier-letter-small-v').textContent = 'ᵛ';