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