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