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