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