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