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