| Symbol Name | Hangul Syllable Puigs |
| Unicode Version | 2.0 |
| Unicode | U+D523 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D523 |
| Hex Code | 0xD523 |
| HTML Code | 픣 |
| LaTeX | \hangul{D523} |
| Symbol | 픣 |
| URL encode (UTF-8 percent) | %ED%94%A3 |
| Spoken / screen reader name | Hangul Syllable Puigs |
| UTF-8 | ED 94 A3 |
| UTF-16 | D523 |
| UTF-32 | 0000D523 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D523}4\end{document}You can type the hangul syllable puigs symbol on most modern devices with the help of following methods:
Alt + 54563 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable puigs", or use Unicode Hex Input with D523.
Ctrl + Shift + U, type d523, 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-puigs::before { content: "\D523"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>픣</span>Hangul Syllable Puigs symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD523' or String.fromCodePoint(54563) |
| Python | '\N{HANGUL SYLLABLE PUIGS}' or chr(54563) |
| Rust | '\u{D523}' |
| C / C++ | UTF-8 source or wchar_t with U+D523 |
| Go | string(rune(0xD523)) |
| Ruby | "\u{D523}" |