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