| Nombre del símbolo | Hangul Syllable Peolh |
| Versión Unicode | 2.0 |
| Unicode | U+D38B |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D38B |
| Código hexadecimal | 0xD38B |
| Código HTML | 펋 |
| LaTeX | \hangul{D38B} |
| Símbolo | 펋 |
| Codificación URL (porcentaje UTF-8) | %ED%8E%8B |
| Nombre oral / lector de pantalla | Hangul Syllable Peolh |
| UTF-8 | ED 8E 8B |
| UTF-16 | D38B |
| UTF-32 | 0000D38B |
1\documentclass{article}2\usepackage{pifont}3\hangul{D38B}4\end{document}Puedes escribir el símbolo hangul syllable peolh en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 54155 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable peolh", or use Unicode Hex Input with D38B.
Ctrl + Shift + U, type d38b, 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-peolh::before { content: "\D38B"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>펋</span>La representación del símbolo Hangul Syllable Peolh en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD38B' or String.fromCodePoint(54155) |
| Python | '\N{HANGUL SYLLABLE PEOLH}' or chr(54155) |
| Rust | '\u{D38B}' |
| C / C++ | UTF-8 source or wchar_t with U+D38B |
| Go | string(rune(0xD38B)) |
| Ruby | "\u{D38B}" |