| Symboolnaam | Hangul Syllable Ggolb |
| Unicode-versie | 2.0 |
| Unicode | U+AF37 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \AF37 |
| Hexadecimale code | 0xAF37 |
| HTML-code | 꼷 |
| LaTeX | \hangul{AF37} |
| Symbool | 꼷 |
| URL-codering (UTF-8 procent) | %EA%BC%B7 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable ggolb-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Ggolb-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |