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