Hryvnia Sign
₴
Shortcodes
Copy useful codes for hryvnia sign ₴ to use in websites, apps, blogs, and docs.
Unicode
U+20B4 HTML Code
₴ HEX Code
₴ CSS Code
\20B4 JS/JSON
\u20B4 Unix/C/PHP/JAVA
0x20B4 URL-encode
%E2%82%B4 Customize Hryvnia Sign
Customize ₴, download it as SVG or PNG, or copy the generated HTML snippet.
₴
How to use Hryvnia Sign in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>₴</span> HTML Code:
<span>₴</span> HEX Code:
<span>₴</span> Add with CSS
.hryvnia-sign::before {
content: '\\20B4';
} Set it in JavaScript
document.querySelector('.hryvnia-sign').textContent = '₴';