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