Mathematical Bold Script Small V
๐ฟ
Shortcodes
Copy useful codes for mathematical bold script small v symbol ๐ฟ to use in websites, apps, blogs, and docs.
Unicode
U+1D4FF HTML Code
𝓿 HEX Code
𝓿 CSS Code
\1D4FF JS/JSON
\u1D4FF Unix/C/PHP/JAVA
0x1D4FF URL-encode
%F0%9D%93%BF Customize Mathematical Bold Script Small V
Customize ๐ฟ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฟ
How to use Mathematical Bold Script 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
.mathematical-bold-script-small-v::before {
content: '\\1D4FF';
} Set it in JavaScript
document.querySelector('.mathematical-bold-script-small-v').textContent = '๐ฟ';