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