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