Hangul Choseong Rieul

Shortcodes

Copy and paste codes for Hangul Choseong Rieul symbol ᄅ to use in your websites, apps, blogs, and more.

Unicode
U+1105
HTML Code
ᄅ
HEX Code
ᄅ
CSS Code
\1105
JS/JSON
\u1105
Unix/C/PHP/JAVA
0x1105
URL-encode
%E1%84%85
copied

Customize Hangul Choseong Rieul Symbol

Customize ᄅ symbol as you like and download Hangul Choseong Rieul 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 Hangul Choseong Rieul symbol in HTML, CSS, and JS?

Insert ᄅ Hangul Choseong Rieul using HTML

1. Copy-paste Hangul Choseong Rieul directly:
<span>ᄅ</span>
2. HTML Decimal Code:
<span>&#4357;</span>
3. Hexadecimal Code:
<span>&#x1105;</span>
Preview:

Add Hangul Choseong Rieul symbol with CSS

.hangul-choseong-rieul::before {
    content: '\\1105';
}
Preview: Hangul Choseong Rieul

Hangul Choseong Rieul JavaScript Code

1. Direct Symbol:
document.querySelector('.hangul-choseong-rieul').textContent = 'ᄅ';
2. Unicode Escape for ᄅ:
document.querySelector('.hangul-choseong-rieul').textContent = '\u1105';
Preview: