German Penny Sign

Shortcodes

Copy and paste codes for German Penny Sign symbol ₰ to use in your websites, apps, blogs, and more.

Unicode
U+20B0
HTML Code
₰
HEX Code
₰
CSS Code
\20B0
JS/JSON
\u20B0
Unix/C/PHP/JAVA
0x20B0
URL-encode
%E2%82%B0
copied

Customize German Penny Sign Symbol

Customize ₰ symbol as you like and download German Penny Sign 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 German Penny Sign symbol in HTML, CSS, and JS?

Insert ₰ German Penny Sign using HTML

1. Copy-paste German Penny Sign directly:
<span>₰</span>
2. HTML Decimal Code:
<span>&#8368;</span>
3. Hexadecimal Code:
<span>&#x20B0;</span>
Preview:

Add German Penny Sign symbol with CSS

.german-penny-sign::before {
    content: '\\20B0';
}
Preview: German Penny Sign

German Penny Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.german-penny-sign').textContent = '₰';
2. Unicode Escape for ₰:
document.querySelector('.german-penny-sign').textContent = '\u20B0';
Preview: