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