| Nombre del símbolo | Hangul Syllable Peum |
| Versión Unicode | 2.0 |
| Unicode | U+D514 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D514 |
| Código hexadecimal | 0xD514 |
| Código HTML | 픔 |
| LaTeX | \hangul{D514} |
| Símbolo | 픔 |
| Codificación URL (porcentaje UTF-8) | %ED%94%94 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable peum en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Syllable Peum en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |