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