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