| Symbol Name | Hangul Letter Chieuch |
| Unicode Version | 1.1 |
| Unicode | U+314A |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \314A |
| Hex Code | 0x314A |
| HTML Code | ㅊ |
| LaTeX | \hangul{314A} |
| Symbol | ㅊ |
| URL encode (UTF-8 percent) | %E3%85%8A |
| Spoken / screen reader name | Hangul Letter Chieuch |
| UTF-8 | E3 85 8A |
| UTF-16 | 314A |
| UTF-32 | 0000314A |
1\documentclass{article}2\usepackage{pifont}3\hangul{314A}4\end{document}You can type the hangul letter chieuch symbol on most modern devices with the help of following methods:
Alt + 12618 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul letter chieuch", or use Unicode Hex Input with 314A.
Ctrl + Shift + U, type 314a, 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-letter-chieuch::before { content: "\314A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ㅊ</span>Hangul Letter Chieuch symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u314A' or String.fromCodePoint(12618) |
| Python | '\N{HANGUL LETTER CHIEUCH}' or chr(12618) |
| Rust | '\u{314A}' |
| C / C++ | UTF-8 source or wchar_t with U+314A |
| Go | string(rune(0x314A)) |
| Ruby | "\u{314A}" |