Khmer Sign Bariyoosan

Shortcodes

Copy useful codes for khmer sign bariyoosan symbol ៕ to use in websites, apps, blogs, and docs.

Unicode
U+17D5
HTML Code
៕
HEX Code
៕
CSS Code
\17D5
JS/JSON
\u17D5
Unix/C/PHP/JAVA
0x17D5
URL-encode
%E1%9F%95

Customize Khmer Sign Bariyoosan

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

  

How to use Khmer Sign Bariyoosan Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>៕</span>
HTML Code:
<span>&#6101;</span>
HEX Code:
<span>&#x17D5;</span>

Add with CSS

.khmer-sign-bariyoosan::before {
  content: '\\17D5';
}

Set it in JavaScript

document.querySelector('.khmer-sign-bariyoosan').textContent = '៕';
copied