Mathematical Bold Small V

๐ฏ

Shortcodes

Copy and paste codes for Mathematical Bold Small V symbol ๐ฏ to use in your websites, apps, blogs, and more.

Unicode
U+1D42F
HTML Code
𝐯
HEX Code
𝐯
CSS Code
\1D42F
JS/JSON
\u1D42F
Unix/C/PHP/JAVA
0x1D42F
URL-encode
%F0%9D%90%AF
copied

Customize Mathematical Bold Small V Symbol

Customize ๐ฏ symbol as you like and download Mathematical Bold 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 Mathematical Bold Small V symbol in HTML, CSS, and JS?

Insert ๐ฏ Mathematical Bold Small V using HTML

1. Copy-paste Mathematical Bold Small V directly:
<span>๐ฏ</span>
2. HTML Decimal Code:
<span>&#119855;</span>
3. Hexadecimal Code:
<span>&#x1D42F;</span>
Preview: ๐ฏ

Add Mathematical Bold Small V symbol with CSS

.mathematical-bold-small-v::before {
    content: '\\1D42F';
}
Preview: Mathematical Bold Small V

Mathematical Bold Small V JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-small-v').textContent = '๐ฏ';
2. Unicode Escape for ๐ฏ:
document.querySelector('.mathematical-bold-small-v').textContent = '\u1D42F';
Preview: ๐ฏ