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