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