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