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