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