Latin Capital Letter Tone Five

Ƽ

Shortcodes

Copy and paste codes for Latin Capital Letter Tone Five symbol Ƽ to use in your websites, apps, blogs, and more.

Unicode
U+01BC
HTML Code
Ƽ
HEX Code
Ƽ
CSS Code
\1BC
JS/JSON
\u01BC
Unix/C/PHP/JAVA
0x1BC
URL-encode
%C6%BC
copied

Customize Latin Capital Letter Tone Five Symbol

Customize Ƽ symbol as you like and download Latin Capital Letter Tone Five 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 Latin Capital Letter Tone Five symbol in HTML, CSS, and JS?

Insert Ƽ Latin Capital Letter Tone Five using HTML

1. Copy-paste Latin Capital Letter Tone Five directly:
<span>Ƽ</span>
2. HTML Decimal Code:
<span>&#444;</span>
3. Hexadecimal Code:
<span>&#x01BC;</span>
Preview: Ƽ

Add Latin Capital Letter Tone Five symbol with CSS

.latin-capital-letter-tone-five::before {
    content: '\\1BC';
}
Preview: Latin Capital Letter Tone Five

Latin Capital Letter Tone Five JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-tone-five').textContent = 'Ƽ';
2. Unicode Escape for Ƽ:
document.querySelector('.latin-capital-letter-tone-five').textContent = '\u01BC';
Preview: Ƽ