Mathematical Bold Script Small V

๐“ฟ

Shortcodes

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

Unicode
U+1D4FF
HTML Code
𝓿
HEX Code
𝓿
CSS Code
\1D4FF
JS/JSON
\u1D4FF
Unix/C/PHP/JAVA
0x1D4FF
URL-encode
%F0%9D%93%BF
copied

Customize Mathematical Bold Script Small V Symbol

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

Insert ๐“ฟ Mathematical Bold Script Small V using HTML

1. Copy-paste Mathematical Bold Script Small V directly:
<span>๐“ฟ</span>
2. HTML Decimal Code:
<span>&#120063;</span>
3. Hexadecimal Code:
<span>&#x1D4FF;</span>
Preview: ๐“ฟ

Add Mathematical Bold Script Small V symbol with CSS

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

Mathematical Bold Script Small V JavaScript Code

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