Modifier Letter Small Greek Phi

Shortcodes

Copy useful codes for modifier letter small greek phi symbol ᵠ to use in websites, apps, blogs, and docs.

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

Customize Modifier Letter Small Greek Phi

Customize ᵠ, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Modifier Letter Small Greek Phi Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ᵠ</span>
HTML Code:
<span>&#7520;</span>
HEX Code:
<span>&#x1D60;</span>

Add with CSS

.modifier-letter-small-greek-phi::before {
  content: '\\1D60';
}

Set it in JavaScript

document.querySelector('.modifier-letter-small-greek-phi').textContent = 'ᵠ';
copied