| Nome del simbolo | Hangul Syllable Gwag |
| Versione Unicode | 2.0 |
| Unicode | U+ACFD |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \ACFD |
| Codice esadecimale | 0xACFD |
| Codice HTML | 곽 |
| LaTeX | \hangul{ACFD} |
| Simbolo | 곽 |
| Codifica URL (percentuale UTF-8) | %EA%B3%BD |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable gwag sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Syllable Gwag nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |