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