Mathematical Bold Script Capital V

๐“ฅ

Shortcodes

Copy and paste codes for Mathematical Bold Script Capital V symbol ๐“ฅ to use in your websites, apps, blogs, and more.

Unicode
U+1D4E5
HTML Code
𝓥
HEX Code
𝓥
CSS Code
\1D4E5
JS/JSON
\u1D4E5
Unix/C/PHP/JAVA
0x1D4E5
URL-encode
%F0%9D%93%A5
copied

Customize Mathematical Bold Script Capital V Symbol

Customize ๐“ฅ symbol as you like and download Mathematical Bold Script 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 Mathematical Bold Script Capital V symbol in HTML, CSS, and JS?

Insert ๐“ฅ Mathematical Bold Script Capital V using HTML

1. Copy-paste Mathematical Bold Script Capital V directly:
<span>๐“ฅ</span>
2. HTML Decimal Code:
<span>&#120037;</span>
3. Hexadecimal Code:
<span>&#x1D4E5;</span>
Preview: ๐“ฅ

Add Mathematical Bold Script Capital V symbol with CSS

.mathematical-bold-script-capital-v::before {
    content: '\\1D4E5';
}
Preview: Mathematical Bold Script Capital V

Mathematical Bold Script Capital V JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-bold-script-capital-v').textContent = '๐“ฅ';
2. Unicode Escape for ๐“ฅ:
document.querySelector('.mathematical-bold-script-capital-v').textContent = '\u1D4E5';
Preview: ๐“ฅ