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