| Symboolnaam | Hangul Syllable Poelp |
| Unicode-versie | 2.0 |
| Unicode | U+D44E |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \D44E |
| Hexadecimale code | 0xD44E |
| HTML-code | 푎 |
| LaTeX | \hangul{D44E} |
| Symbool | 푎 |
| URL-codering (UTF-8 procent) | %ED%91%8E |
| Uitgesproken naam / schermlezer | Hangul Syllable Poelp |
| UTF-8 | ED 91 8E |
| UTF-16 | D44E |
| UTF-32 | 0000D44E |
1\documentclass{article}2\usepackage{pifont}3\hangul{D44E}4\end{document}Je kunt het hangul syllable poelp-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 54350 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable poelp", or use Unicode Hex Input with D44E.
Ctrl + Shift + U, type d44e, 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-poelp::before { content: "\D44E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>푎</span>De weergave van het Hangul Syllable Poelp-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD44E' or String.fromCodePoint(54350) |
| Python | '\N{HANGUL SYLLABLE POELP}' or chr(54350) |
| Rust | '\u{D44E}' |
| C / C++ | UTF-8 source or wchar_t with U+D44E |
| Go | string(rune(0xD44E)) |
| Ruby | "\u{D44E}" |