Khmer Sign Beyyal

Shortcodes

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

Unicode
U+17D8
HTML Code
៘
HEX Code
៘
CSS Code
\17D8
JS/JSON
\u17D8
Unix/C/PHP/JAVA
0x17D8
URL-encode
%E1%9F%98
copied

Customize Khmer Sign Beyyal Symbol

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

Insert ៘ Khmer Sign Beyyal using HTML

1. Copy-paste Khmer Sign Beyyal directly:
<span>៘</span>
2. HTML Decimal Code:
<span>&#6104;</span>
3. Hexadecimal Code:
<span>&#x17D8;</span>
Preview:

Add Khmer Sign Beyyal symbol with CSS

.khmer-sign-beyyal::before {
    content: '\\17D8';
}
Preview: Khmer Sign Beyyal

Khmer Sign Beyyal JavaScript Code

1. Direct Symbol:
document.querySelector('.khmer-sign-beyyal').textContent = '៘';
2. Unicode Escape for ៘:
document.querySelector('.khmer-sign-beyyal').textContent = '\u17D8';
Preview: