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