Khmer Sign Bariyoosan

Shortcodes

Copy and paste codes for Khmer Sign Bariyoosan symbol ៕ to use in your websites, apps, blogs, and more.

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

Customize Khmer Sign Bariyoosan Symbol

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

Insert ៕ Khmer Sign Bariyoosan using HTML

1. Copy-paste Khmer Sign Bariyoosan directly:
<span>៕</span>
2. HTML Decimal Code:
<span>&#6101;</span>
3. Hexadecimal Code:
<span>&#x17D5;</span>
Preview:

Add Khmer Sign Bariyoosan symbol with CSS

.khmer-sign-bariyoosan::before {
    content: '\\17D5';
}
Preview: Khmer Sign Bariyoosan

Khmer Sign Bariyoosan JavaScript Code

1. Direct Symbol:
document.querySelector('.khmer-sign-bariyoosan').textContent = '៕';
2. Unicode Escape for ៕:
document.querySelector('.khmer-sign-bariyoosan').textContent = '\u17D5';
Preview: