| Symbolname | Hangul Syllable Gol |
| Unicode-Version | 2.0 |
| Unicode | U+ACE8 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \ACE8 |
| Hexadezimalcode | 0xACE8 |
| HTML-Code | 골 |
| LaTeX | \hangul{ACE8} |
| Symbol | 골 |
| URL-Kodierung (UTF-8-Prozent) | %EA%B3%A8 |
| Ansagename (Screenreader) | Hangul Syllable Gol |
| UTF-8 | EA B3 A8 |
| UTF-16 | ACE8 |
| UTF-32 | 0000ACE8 |
1\documentclass{article}2\usepackage{pifont}3\hangul{ACE8}4\end{document}Sie können das Symbol hangul syllable gol auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 44264 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gol", or use Unicode Hex Input with ACE8.
Ctrl + Shift + U, type ace8, 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-gol::before { content: "\ACE8"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>골</span>Die Darstellung des Symbols Hangul Syllable Gol in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uACE8' or String.fromCodePoint(44264) |
| Python | '\N{HANGUL SYLLABLE GOL}' or chr(44264) |
| Rust | '\u{ACE8}' |
| C / C++ | UTF-8 source or wchar_t with U+ACE8 |
| Go | string(rune(0xACE8)) |
| Ruby | "\u{ACE8}" |