Rial Sign

Shortcodes

Copy and paste codes for Rial Sign symbol ﷼ to use in your websites, apps, blogs, and more.

Unicode
U+FDFC
HTML Code
﷼
HEX Code
﷼
CSS Code
\FDFC
JS/JSON
\uFDFC
Unix/C/PHP/JAVA
0xFDFC
URL-encode
%EF%B7%BC
copied

Customize Rial Sign Symbol

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

Insert ﷼ Rial Sign using HTML

1. Copy-paste Rial Sign directly:
<span>﷼</span>
2. HTML Decimal Code:
<span>&#65020;</span>
3. Hexadecimal Code:
<span>&#xFDFC;</span>
Preview:

Add Rial Sign symbol with CSS

.rial-sign::before {
    content: '\\FDFC';
}
Preview: Rial Sign

Rial Sign JavaScript Code

1. Direct Symbol:
document.querySelector('.rial-sign').textContent = '﷼';
2. Unicode Escape for ﷼:
document.querySelector('.rial-sign').textContent = '\uFDFC';
Preview: