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