| Symbol Name | Hangul Syllable Pinj |
| Unicode Version | 2.0 |
| Unicode | U+D541 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D541 |
| Hex Code | 0xD541 |
| HTML Code | 핁 |
| LaTeX | \hangul{D541} |
| Symbol | 핁 |
| URL encode (UTF-8 percent) | %ED%95%81 |
| Spoken / screen reader name | 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}You can type the hangul syllable pinj symbol on most modern devices with the help of following methods:
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>Hangul Syllable Pinj symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |