Greek Subscript Small Letter Rho

Shortcodes

Copy and paste codes for Greek Subscript Small Letter Rho symbol ᵨ to use in your websites, apps, blogs, and more.

Unicode
U+1D68
HTML Code
ᵨ
HEX Code
ᵨ
CSS Code
\1D68
JS/JSON
\u1D68
Unix/C/PHP/JAVA
0x1D68
URL-encode
%E1%B5%A8
copied

Customize Greek Subscript Small Letter Rho Symbol

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

Insert ᵨ Greek Subscript Small Letter Rho using HTML

1. Copy-paste Greek Subscript Small Letter Rho directly:
<span>ᵨ</span>
2. HTML Decimal Code:
<span>&#7528;</span>
3. Hexadecimal Code:
<span>&#x1D68;</span>
Preview:

Add Greek Subscript Small Letter Rho symbol with CSS

.greek-subscript-small-letter-rho::before {
    content: '\\1D68';
}
Preview: Greek Subscript Small Letter Rho

Greek Subscript Small Letter Rho JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-subscript-small-letter-rho').textContent = 'ᵨ';
2. Unicode Escape for ᵨ:
document.querySelector('.greek-subscript-small-letter-rho').textContent = '\u1D68';
Preview: