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