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