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