| Symbolname | Hangul Syllable Nelp |
| Unicode-Version | 2.0 |
| Unicode | U+B132 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \B132 |
| Hexadezimalcode | 0xB132 |
| HTML-Code | 넲 |
| LaTeX | \hangul{B132} |
| Symbol | 넲 |
| URL-Kodierung (UTF-8-Prozent) | %EB%84%B2 |
| Ansagename (Screenreader) | Hangul Syllable Nelp |
| UTF-8 | EB 84 B2 |
| UTF-16 | B132 |
| UTF-32 | 0000B132 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B132}4\end{document}Sie können das Symbol hangul syllable nelp auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 45362 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable nelp", or use Unicode Hex Input with B132.
Ctrl + Shift + U, type b132, 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-nelp::before { content: "\B132"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>넲</span>Die Darstellung des Symbols Hangul Syllable Nelp in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uB132' or String.fromCodePoint(45362) |
| Python | '\N{HANGUL SYLLABLE NELP}' or chr(45362) |
| Rust | '\u{B132}' |
| C / C++ | UTF-8 source or wchar_t with U+B132 |
| Go | string(rune(0xB132)) |
| Ruby | "\u{B132}" |