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