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