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