| Nom du symbole | Hangul Syllable Paemp |
| Version Unicode | 2.0 |
| Unicode | U+D33C |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D33C |
| Code hexadécimal | 0xD33C |
| Code HTML | 팼 |
| LaTeX | \hangul{D33C} |
| Symbole | 팼 |
| Encodage URL (pourcent UTF-8) | %ED%8C%BC |
| Nom oral / lecteur d’écran | Hangul Syllable Paemp |
| UTF-8 | ED 8C BC |
| UTF-16 | D33C |
| UTF-32 | 0000D33C |
1\documentclass{article}2\usepackage{pifont}3\hangul{D33C}4\end{document}Vous pouvez saisir le symbole hangul syllable paemp sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 54076 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable paemp", or use Unicode Hex Input with D33C.
Ctrl + Shift + U, type d33c, 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-paemp::before { content: "\D33C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>팼</span>La représentation du symbole Hangul Syllable Paemp dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD33C' or String.fromCodePoint(54076) |
| Python | '\N{HANGUL SYLLABLE PAEMP}' or chr(54076) |
| Rust | '\u{D33C}' |
| C / C++ | UTF-8 source or wchar_t with U+D33C |
| Go | string(rune(0xD33C)) |
| Ruby | "\u{D33C}" |