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