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