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>&#120115;</span>
HEX Code:
<span>&#x1D533;</span>

Add with CSS

.mathematical-fraktur-small-v::before {
  content: '\\1D533';
}

Set it in JavaScript

document.querySelector('.mathematical-fraktur-small-v').textContent = '๐”ณ';
copied