Khmer Currency Symbol Riel

Shortcodes

Copy and paste codes for Khmer Currency Symbol Riel ៛ to use in your websites, apps, blogs, and more.

Unicode
U+17DB
HTML Code
៛
HEX Code
៛
CSS Code
\17DB
JS/JSON
\u17DB
Unix/C/PHP/JAVA
0x17DB
URL-encode
%E1%9F%9B
copied

Customize Khmer Currency Symbol Riel Symbol

Customize ៛ symbol as you like and download Khmer Currency Symbol Riel 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 Khmer Currency Symbol Riel in HTML, CSS, and JS?

Insert ៛ Khmer Currency Symbol Riel using HTML

1. Copy-paste Khmer Currency Symbol Riel directly:
<span>៛</span>
2. HTML Decimal Code:
<span>&#6107;</span>
3. Hexadecimal Code:
<span>&#x17DB;</span>
Preview:

Add Khmer Currency Symbol Riel with CSS

.khmer-currency-symbol-riel::before {
    content: '\\17DB';
}
Preview: Khmer Currency Symbol Riel

Khmer Currency Symbol Riel JavaScript Code

1. Direct Symbol:
document.querySelector('.khmer-currency-symbol-riel').textContent = '៛';
2. Unicode Escape for ៛:
document.querySelector('.khmer-currency-symbol-riel').textContent = '\u17DB';
Preview: