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