| Nom du symbole | Hangul Syllable Gol |
| Version Unicode | 2.0 |
| Unicode | U+ACE8 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \ACE8 |
| Code hexadécimal | 0xACE8 |
| Code HTML | 골 |
| LaTeX | \hangul{ACE8} |
| Symbole | 골 |
| Encodage URL (pourcent UTF-8) | %EA%B3%A8 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable gol sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Hangul Syllable Gol dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |