Greek Capital Letter Phi

Φ

Shortcodes

Copy and paste codes for Greek Capital Letter Phi symbol Φ to use in your websites, apps, blogs, and more.

Unicode
U+03A6
HTML Code
Φ
HTML Entity
Φ
HEX Code
Φ
CSS Code
\03A6
JS/JSON
\u03A6
Unix/C/PHP/JAVA
0x03A6
URL-encode
%CE%A6
copied

Customize Greek Capital Letter Phi Symbol

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

Insert Φ Greek Capital Letter Phi using HTML

1. Copy-paste Greek Capital Letter Phi directly:
<span>Φ</span>
2. HTML Decimal Code:
<span>&#934;</span>
3. HTML Entity:
<span>&Phi;</span>
4. Hexadecimal Code:
<span>&#x3A6;</span>
Preview: Φ

Add Greek Capital Letter Phi symbol with CSS

.greek-capital-letter-phi::before {
    content: '\\03A6';
}
Preview: Greek Capital Letter Phi

Greek Capital Letter Phi JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-phi').textContent = 'Φ';
2. Unicode Escape for Φ:
document.querySelector('.greek-capital-letter-phi').textContent = '\u03A6';
Preview: Φ