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