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