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