| Symboolnaam | Hangul Syllable Goss |
| Unicode-versie | 2.0 |
| Unicode | U+ACFA |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \ACFA |
| Hexadecimale code | 0xACFA |
| HTML-code | 곺 |
| LaTeX | \hangul{ACFA} |
| Symbool | 곺 |
| URL-codering (UTF-8 procent) | %EA%B3%BA |
| Uitgesproken naam / schermlezer | Hangul Syllable Goss |
| UTF-8 | EA B3 BA |
| UTF-16 | ACFA |
| UTF-32 | 0000ACFA |
1\documentclass{article}2\usepackage{pifont}3\hangul{ACFA}4\end{document}Je kunt het hangul syllable goss-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 44282 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable goss", or use Unicode Hex Input with ACFA.
Ctrl + Shift + U, type acfa, 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-goss::before { content: "\ACFA"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>곺</span>De weergave van het Hangul Syllable Goss-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uACFA' or String.fromCodePoint(44282) |
| Python | '\N{HANGUL SYLLABLE GOSS}' or chr(44282) |
| Rust | '\u{ACFA}' |
| C / C++ | UTF-8 source or wchar_t with U+ACFA |
| Go | string(rune(0xACFA)) |
| Ruby | "\u{ACFA}" |