Modifier Letter Small Greek Phi

Shortcodes

Copy and paste codes for Modifier Letter Small Greek Phi symbol ᵠ to use in your websites, apps, blogs, and more.

Unicode
U+1D60
HTML Code
ᵠ
HEX Code
ᵠ
CSS Code
\1D60
JS/JSON
\u1D60
Unix/C/PHP/JAVA
0x1D60
URL-encode
%E1%B5%A0
copied

Customize Modifier Letter Small Greek Phi Symbol

Customize ᵠ symbol as you like and download Modifier Letter Small Greek Phi 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 Modifier Letter Small Greek Phi symbol in HTML, CSS, and JS?

Insert ᵠ Modifier Letter Small Greek Phi using HTML

1. Copy-paste Modifier Letter Small Greek Phi directly:
<span>ᵠ</span>
2. HTML Decimal Code:
<span>&#7520;</span>
3. Hexadecimal Code:
<span>&#x1D60;</span>
Preview:

Add Modifier Letter Small Greek Phi symbol with CSS

.modifier-letter-small-greek-phi::before {
    content: '\\1D60';
}
Preview: Modifier Letter Small Greek Phi

Modifier Letter Small Greek Phi JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-small-greek-phi').textContent = 'ᵠ';
2. Unicode Escape for ᵠ:
document.querySelector('.modifier-letter-small-greek-phi').textContent = '\u1D60';
Preview: