Modifier Letter Small V

Shortcodes

Copy and paste codes for Modifier Letter Small V symbol ᵛ to use in your websites, apps, blogs, and more.

Unicode
U+1D5B
HTML Code
ᵛ
HEX Code
ᵛ
CSS Code
\1D5B
JS/JSON
\u1D5B
Unix/C/PHP/JAVA
0x1D5B
URL-encode
%E1%B5%9B
copied

Customize Modifier Letter Small V Symbol

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

Insert ᵛ Modifier Letter Small V using HTML

1. Copy-paste Modifier Letter Small V directly:
<span>ᵛ</span>
2. HTML Decimal Code:
<span>&#7515;</span>
3. Hexadecimal Code:
<span>&#x1D5B;</span>
Preview:

Add Modifier Letter Small V symbol with CSS

.modifier-letter-small-v::before {
    content: '\\1D5B';
}
Preview: Modifier Letter Small V

Modifier Letter Small V JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-v').textContent = 'ᵛ';
2. Unicode Escape for ᵛ:
document.querySelector('.modifier-letter-small-v').textContent = '\u1D5B';
Preview: