| Symbol Name | Hangul Choseong Chieuch |
| Unicode Version | 1.1 |
| Unicode | U+110E |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \110E |
| Hex Code | 0x110E |
| HTML Code | ᄎ |
| LaTeX | \hangul{110E} |
| Symbol | ᄎ |
| URL encode (UTF-8 percent) | %E1%84%8E |
| Spoken / screen reader name | Hangul Choseong Chieuch |
| UTF-8 | E1 84 8E |
| UTF-16 | 110E |
| UTF-32 | 0000110E |
1\documentclass{article}2\usepackage{pifont}3\hangul{110E}4\end{document}You can type the hangul choseong chieuch symbol on most modern devices with the help of following methods:
Alt + 4366 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul choseong chieuch", or use Unicode Hex Input with 110E.
Ctrl + Shift + U, type 110e, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-choseong-chieuch::before { content: "\110E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ᄎ</span>Hangul Choseong Chieuch symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u110E' or String.fromCodePoint(4366) |
| Python | '\N{HANGUL CHOSEONG CHIEUCH}' or chr(4366) |
| Rust | '\u{110E}' |
| C / C++ | UTF-8 source or wchar_t with U+110E |
| Go | string(rune(0x110E)) |
| Ruby | "\u{110E}" |