Khmer Currency Symbol Riel

Shortcodes

Copy useful codes for khmer currency symbol riel ៛ to use in websites, apps, blogs, and docs.

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

Customize Khmer Currency Symbol Riel

Customize ៛, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Khmer Currency Symbol Riel in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>៛</span>
HTML Code:
<span>&#6107;</span>
HEX Code:
<span>&#x17DB;</span>

Add with CSS

.khmer-currency-symbol-riel::before {
  content: '\\17DB';
}

Set it in JavaScript

document.querySelector('.khmer-currency-symbol-riel').textContent = '៛';
copied