| Nom du symbole | Hangul Syllable Ggolb |
| Version Unicode | 2.0 |
| Unicode | U+AF37 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \AF37 |
| Code hexadécimal | 0xAF37 |
| Code HTML | 꼷 |
| LaTeX | \hangul{AF37} |
| Symbole | 꼷 |
| Encodage URL (pourcent UTF-8) | %EA%BC%B7 |
| Nom oral / lecteur d’écran | Hangul Syllable Ggolb |
| UTF-8 | EA BC B7 |
| UTF-16 | AF37 |
| UTF-32 | 0000AF37 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AF37}4\end{document}Vous pouvez saisir le symbole hangul syllable ggolb sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 44855 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggolb", or use Unicode Hex Input with AF37.
Ctrl + Shift + U, type af37, 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-ggolb::before { content: "\AF37"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>꼷</span>La représentation du symbole Hangul Syllable Ggolb dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uAF37' or String.fromCodePoint(44855) |
| Python | '\N{HANGUL SYLLABLE GGOLB}' or chr(44855) |
| Rust | '\u{AF37}' |
| C / C++ | UTF-8 source or wchar_t with U+AF37 |
| Go | string(rune(0xAF37)) |
| Ruby | "\u{AF37}" |