Fullwidth Latin Small Letter V

Shortcodes

Copy and paste codes for Fullwidth Latin Small Letter V symbol v to use in your websites, apps, blogs, and more.

Unicode
U+FF56
HTML Code
v
HEX Code
v
CSS Code
\FF56
JS/JSON
\uFF56
Unix/C/PHP/JAVA
0xFF56
URL-encode
%EF%BD%96
copied

Customize Fullwidth Latin Small Letter V Symbol

Customize v symbol as you like and download Fullwidth Latin Small Letter 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 Fullwidth Latin Small Letter V symbol in HTML, CSS, and JS?

Insert v Fullwidth Latin Small Letter V using HTML

1. Copy-paste Fullwidth Latin Small Letter V directly:
<span>v</span>
2. HTML Decimal Code:
<span>&#65366;</span>
3. Hexadecimal Code:
<span>&#xFF56;</span>
Preview:

Add Fullwidth Latin Small Letter V symbol with CSS

.fullwidth-latin-small-letter-v::before {
    content: '\\FF56';
}
Preview: Fullwidth Latin Small Letter V

Fullwidth Latin Small Letter V JavaScript Code

1. Direct Symbol:
document.querySelector('.fullwidth-latin-small-letter-v').textContent = 'v';
2. Unicode Escape for v:
document.querySelector('.fullwidth-latin-small-letter-v').textContent = '\uFF56';
Preview: