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